home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 2.iso / bin / Netscape < prev    next >
Text File  |  1996-11-11  |  147KB  |  3,613 lines

  1. ! Netscape.ad --- app-defaults file for Netscape 2.02S.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46.  
  47. ! Here's how you turn on SGI's Motif hacks:
  48. Netscape*sgiMode:         True
  49. Netscape*scheme:          Base
  50. Netscape*useSchemes:        Colors, Fonts
  51. Netscape*useEnhancedFSB:     True
  52.  
  53.  
  54. ! User-Settable Parameters
  55. ! ========================
  56.  
  57. ! This is the directory where Netscape finds external files such as icons.
  58. !
  59. *appDir:            /C/netscape
  60.  
  61. ! This resource is the same as the -visual command line option, which selects
  62. ! an X visual on which the windows should be created.  Legal options are:
  63. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  64. ! use whatever the server says is the default visual; a visual class (like
  65. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  66. ! a particular visual (in case there is more than one visual of a particular
  67. ! class.)  "Best" is probably the right choice.
  68. !
  69. *visualID:            Best
  70.  
  71. ! Whether Netscape should install a private colormap.  This will cause the
  72. ! maximal number of colors to be used, but on most systems, will result in
  73. ! unpleasant colormap flashing when switching between applications.  Legal
  74. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  75. ! if we know that the display hardware supports multiple simultaneous
  76. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  77. ! that means install the map when displaying on an SGI screen, and don't
  78. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  79. ! do you uniquely identify that capability?  Let me know.)
  80. !
  81. *installColormap:        Guess
  82.  
  83. ! The maximum number of color cells to allocate per image; this is only
  84. ! relevant when using the default colormap of a PseudoColor visual.
  85. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  86. ! that we can allocate, the better images will look.)  This controls only
  87. ! the number of colors allocated for internal images - a few more colors
  88. ! will be allocated for the fluff and chrome that comes with Motif.
  89. !
  90. *maxImageColors:        0
  91.  
  92. ! Set this to false to disable the <BLINK> tag.
  93. *blinkingEnabled:        True
  94.  
  95. ! Whether the Exit menu item should confirm first.
  96. *confirmExit:            False
  97.  
  98. ! Mouse cursor when over an anchor.
  99. *linkCursor:            hand2
  100.  
  101. ! Mouse cursor when awaiting a reply.
  102. *busyCursor:            watch
  103.  
  104. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  105. *saveNextLinkCursor:        hand2
  106.  
  107. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  108. *saveNextNonlinkCursor:        crosshair
  109.  
  110. ! How quickly (in seconds) the status messages should update.
  111. *progressInterval:        1
  112.  
  113. ! How quickly (in milliseconds) the run light and/or logo should animate.
  114. *busyBlinkRate:            500
  115. *animRate:            166
  116.  
  117. ! How often (in seconds) the global history, bookmarks, and disk cache
  118. ! files should be updated.
  119. *saveHistoryInterval:        600
  120.  
  121. ! How many pixels of motion must occur before a mouse-release is interpreted
  122. ! as a "drag" rather than a "click."
  123. *hysteresis:            3
  124.  
  125. ! These resources control whether Netscape should redirect its stdout and
  126. ! stderr streams to a dialog box, so that diagnostics reported by other
  127. ! programs launched by Netscape (for example, external viewers specified in
  128. ! a mailcap file) will be reported to the user through a dialog box,
  129. ! instead of simply showing up on the stdout/stderr of the controlling
  130. ! terminal of Netscape (which in many cases won't even be visible.)
  131. !
  132. ! If you have a external viewer which produces an annoying amount of output
  133. ! even when it has nothing interesting to say, you can shut it up by
  134. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  135. ! you could add the following to your .mailcap file:
  136. !
  137. !        video/mpeg; mpeg_play %s 2>&-
  138. !
  139. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  140. ! If you find a need to let one or both of them continue on to the actual
  141. ! terminal of Netscape, you can do it by setting these resources to False.
  142. !
  143. *useStderrDialog:        True
  144. *useStdoutDialog:        True
  145.  
  146. ! For those MIME content-encodings which are not directly understood
  147. ! internally, it is possible to specify another Unix program to use as
  148. ! a filter here.
  149. !
  150. ! Each line in the encodingFilters resource consists of four fields,
  151. ! separated by colons and optional whitespace:
  152. !
  153. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  154. !
  155. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  156. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  157. !                  PRINTABLE are built-in; no need to specify those.)
  158. !
  159. ! output-encoding: The encoding that results from this transformation.
  160. !                  Leaving this empty is usually appropriate.
  161. !
  162. ! extensions:      A comma-separated list of the extensions typically used for
  163. !                  files in this encoding; if a document ends in one of these
  164. !                  extensions, then when that document is saved to disk, the
  165. !                  extension will be stripped off of the default file name
  166. !                  (since documents are decoded before they are saved, and the
  167. !                  extension would no longer accurately describe the file.)
  168. !
  169. ! filter-command:  A shell command which reads from stdin and writes to stdout
  170. !                  which does the actual decoding.
  171. !
  172. *encodingFilters:                  \
  173.     x-compress :  : .Z     : uncompress -c    \n\
  174.     x-gzip     :  : .z,.gz : gzip -cdq    \n
  175.  
  176.  
  177. ! Too many servers have bugs in the implementation of window gravity for
  178. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  179. ! if we are able to make use of window gravity, but on many X servers, it
  180. ! results in form items being scattered randomly all over the document.
  181. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  182. ! "Guess", we run some tests and try to decide whether the X server is
  183. ! broken or partially broken.
  184. !
  185. ! If you find yourself needing to use a value here other than Guess,
  186. ! please tell us, so that we can make it guess correctly in the future.
  187. !
  188. *windowGravityWorks:        Guess
  189.  
  190.  
  191. ! Colors
  192. !
  193. ! This resource controls the foreground text color of unfollowed links 
  194. ! (links which have not yet been visited.)
  195. !
  196. *linkForeground:            #0000EE
  197.  
  198. ! This resource controls the foreground text color of followed links 
  199. ! (links which have already been visited.)
  200. !
  201. *vlinkForeground:            #551A8B
  202.  
  203. ! This resource controls the foreground text color of activated links 
  204. ! (links which are in the process of being clicked upon.)
  205. !
  206. *alinkForeground:            #FF0000
  207.  
  208. ! These resources control the foreground and background colors of text
  209. ! which has been selected with the mouse.
  210. !
  211. *selectForeground:            #000000
  212. *selectBackground:            #FFFFCC
  213.  
  214. ! These resources control the foreground and background colors of normal text.
  215. !
  216. *defaultForeground:            #000000
  217. *defaultBackground:            #C0C0C0
  218.  
  219. ! This resource may be used to specify a default background image.  It should
  220. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  221. ! then the default background color will be used instead.
  222. !
  223. *defaultBackgroundImage:        
  224.  
  225. ! Normally, the user-specified colors and backgrounds will only be used when
  226. ! viewing documents which did not specify their own colors and backgrounds.
  227. ! If this resource is set to False, then the user-specified colors and
  228. ! backgrounds will always be used, regardless of the options specified in 
  229. ! the document itself.
  230. !
  231. *documentColorsHavePriority:        True
  232.  
  233.  
  234. ! Geometry
  235. !
  236. ! Here's how you set the default sizes and positions of the Netscape windows:
  237. !
  238. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  239. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  240. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  241. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  242. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  243. ! For the address book window:  Netscape.AddressBook.geometry: =300x900-300-0
  244. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  245. !
  246. ! In previous versions of Netscape, we suggested setting the geometry on the
  247. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  248. ! top-level Netscape windows, including bookmarks and message composition and
  249. ! so on, which is probably not what you want.
  250. !
  251. ! To set the sizes of the panes and columns in the mail and news windows, 
  252. ! change them to the layout you like, and then select "Options/Save Options".
  253. ! (To change the fonts in the message lists, search below for the resource
  254. ! that begins with "XmLGrid*fontList".)
  255.  
  256.  
  257.  
  258. ! Translations
  259. !
  260. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  261. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  262. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  263. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  264. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  265. ! All praise the X keyboard model!
  266. !
  267. ! And because of the need to do this, we have to do all of the keyboard
  268. ! equivalents with "translations" instead of "accelerators", since a menu
  269. ! item can only have one accelerator, and in order to make both Meta and Alt
  270. ! work we need to give them each two.  All praise Motif!
  271.  
  272.  
  273. ! Keybindings in the main window which correspond to menu items.
  274. ! These are installed on every widget which is a child of our Shell,
  275. ! and are not installed on popups/transients.
  276. !
  277. *globalTranslations:            #override            \n\
  278.                                     \
  279.     Meta  Ctrl<Key>A:        addBookmark()            \n\
  280.      ~Alt Ctrl<Key>A:        addBookmark()            \n\
  281.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  282.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  283.     Meta  Ctrl<Key>C:        copy()                \n\
  284.      ~Alt Ctrl<Key>C:        copy()                \n\
  285.     Meta  Ctrl<Key>D:        undefined-key()            \n\
  286.      ~Alt Ctrl<Key>D:        undefined-key()            \n\
  287.     Meta  Ctrl<Key>E:        undefined-key()            \n\
  288.      ~Alt Ctrl<Key>E:        undefined-key()            \n\
  289.     Meta  Ctrl<Key>F:        find()                \n\
  290.      ~Alt Ctrl<Key>F:        find()                \n\
  291.     Meta  Ctrl<Key>G:        findAgain()            \n\
  292.      ~Alt Ctrl<Key>G:        findAgain()            \n\
  293.     Meta  Ctrl<Key>H:        history()            \n\
  294.      ~Alt Ctrl<Key>H:        history()            \n\
  295.     Meta  Ctrl<Key>I:        loadImages()            \n\
  296.      ~Alt Ctrl<Key>I:        loadImages()            \n\
  297.     Meta  Ctrl<Key>J:        undefined-key()            \n\
  298.      ~Alt Ctrl<Key>J:        undefined-key()            \n\
  299.     Meta  Ctrl<Key>K:        undefined-key()            \n\
  300.      ~Alt Ctrl<Key>K:        undefined-key()            \n\
  301.     Meta  Ctrl<Key>L:        openURL()            \n\
  302.      ~Alt Ctrl<Key>L:        openURL()            \n\
  303.     Meta  Ctrl<Key>M:        mailNew()            \n\
  304.      ~Alt Ctrl<Key>M:        mailNew()            \n\
  305.     Meta  Ctrl<Key>N:        new()                \n\
  306.      ~Alt Ctrl<Key>N:        new()                \n\
  307.     Meta  Ctrl<Key>O:        openFile()            \n\
  308.      ~Alt Ctrl<Key>O:        openFile()            \n\
  309.     Meta  Ctrl<Key>P:        print()                \n\
  310.      ~Alt Ctrl<Key>P:        print()                \n\
  311.     Meta  Ctrl<Key>Q:        exit()                \n\
  312.      ~Alt Ctrl<Key>Q:        exit()                \n\
  313.     Meta  Ctrl<Key>R:        reload()            \n\
  314.      ~Alt Ctrl<Key>R:        reload()            \n\
  315.     Meta  Ctrl<Key>S:        saveAs()            \n\
  316.      ~Alt Ctrl<Key>S:        saveAs()            \n\
  317.     Meta  Ctrl<Key>U:        undefined-key()            \n\
  318.      ~Alt Ctrl<Key>U:        undefined-key()            \n\
  319.     Meta  Ctrl<Key>V:        paste()                \n\
  320.      ~Alt Ctrl<Key>V:        paste()                \n\
  321.     Meta  Ctrl<Key>W:        delete()            \n\
  322.      ~Alt Ctrl<Key>W:        delete()            \n\
  323.     Meta  Ctrl<Key>X:        cut()                \n\
  324.      ~Alt Ctrl<Key>X:        cut()                \n\
  325.     Meta  Ctrl<Key>Y:        undefined-key()            \n\
  326.      ~Alt Ctrl<Key>Y:        undefined-key()            \n\
  327.     Meta  Ctrl<Key>Z:        undo()                \n\
  328.      ~Alt Ctrl<Key>Z:        undo()                \n\
  329.                                     \
  330.     Meta  Ctrl<Key>1:        historyItem(1)            \n\
  331.      ~Alt Ctrl<Key>1:        historyItem(1)            \n\
  332.     Meta  Ctrl<Key>2:        historyItem(2)            \n\
  333.      ~Alt Ctrl<Key>2:        historyItem(2)            \n\
  334.     Meta  Ctrl<Key>3:        historyItem(3)            \n\
  335.      ~Alt Ctrl<Key>3:        historyItem(3)            \n\
  336.     Meta  Ctrl<Key>4:        historyItem(4)            \n\
  337.      ~Alt Ctrl<Key>4:        historyItem(4)            \n\
  338.     Meta  Ctrl<Key>5:        historyItem(5)            \n\
  339.      ~Alt Ctrl<Key>5:        historyItem(5)            \n\
  340.     Meta  Ctrl<Key>6:        historyItem(6)            \n\
  341.      ~Alt Ctrl<Key>6:        historyItem(6)            \n\
  342.     Meta  Ctrl<Key>7:        historyItem(7)            \n\
  343.      ~Alt Ctrl<Key>7:        historyItem(7)            \n\
  344.     Meta  Ctrl<Key>8:        historyItem(8)            \n\
  345.      ~Alt Ctrl<Key>8:        historyItem(8)            \n\
  346.     Meta  Ctrl<Key>9:        historyItem(9)            \n\
  347.      ~Alt Ctrl<Key>9:        historyItem(9)            \n\
  348.                                     \
  349.     Meta  Ctrl<Key>osfLeft:        back()                \n\
  350.      ~Alt Ctrl<Key>osfLeft:        back()                \n\
  351.     Meta  Ctrl<Key>osfRight:    forward()            \n\
  352.      ~Alt Ctrl<Key>osfRight:    forward()            \n\
  353.               <Key>osfCancel:    abort()                \n\
  354.                                     \
  355.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  356.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  357.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  358.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  359.  
  360. ! These keysyms are apparently an R6ism.
  361. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  362. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  363.  
  364.  
  365. ! Translations in the Mail & News window.
  366. ! Things here override the global translations (which are loaded first.)
  367. ! This changes:
  368. !    Ctrl-A from "Add Bookmark" to "Select All"
  369. !    Ctrl-H from "View History" to "Deliver Mail Now"
  370. !    Ctrl-L from "Open URL" to "Forward Message"
  371. !    Ctrl-R from "Reload" to "Reply to Sender"
  372. !    Ctrl-O from "Open File" to undefined
  373. !    Ctrl-S from "Save As" to undefined
  374. !
  375. ! This adds:
  376. !    Ctrl-Shift-A for "Select Thread"
  377. !    Ctrl-T for "Get New Mail"
  378. !    Ctrl-K for "Compress Folder"
  379. !    Ctrl-Shift-R for "Reply to All"
  380. !    Ctrl-D for "Delete Message"
  381. !    Ctrl-E for "Redo"
  382. !
  383. ! Arrow keys scroll the message.  Alt arrow keys select previous/next.
  384. ! Alt-Shift arrow keys select previous/next unread.
  385. !
  386. *mailnewsGlobalTranslations:        #override            \
  387.     <Btn3Down>:            mailNewsPopup()            \n\
  388.     Meta  Ctrl ~Shift <Key>a:    selectAll()            \n\
  389.      ~Alt Ctrl ~Shift <Key>a:    selectAll()            \n\
  390.     Meta  Ctrl Shift <Key>a:    selectThread()            \n\
  391.      ~Alt Ctrl Shift <Key>a:    selectThread()            \n\
  392.     Meta  Ctrl<Key>D:        deleteMessage()            \n\
  393.      ~Alt Ctrl<Key>D:        deleteMessage()            \n\
  394.     Meta  Ctrl<Key>E:        redo()                \n\
  395.      ~Alt Ctrl<Key>E:        redo()                \n\
  396.     Meta  Ctrl<Key>H:        deliverQueuedMessages()        \n\
  397.      ~Alt Ctrl<Key>H:        deliverQueuedMessages()        \n\
  398.     Meta  Ctrl<Key>K:        compressFolder()        \n\
  399.      ~Alt Ctrl<Key>K:        compressFolder()        \n\
  400.     Meta  Ctrl<Key>L:        forwardMessage()        \n\
  401.      ~Alt Ctrl<Key>L:        forwardMessage()        \n\
  402.     Meta  Ctrl<Key>O:        openFolder()            \n\
  403.      ~Alt Ctrl<Key>O:        openFolder()            \n\
  404.     Meta  Ctrl ~Shift <Key>r:    reply()                \n\
  405.      ~Alt Ctrl ~Shift <Key>r:    reply()                \n\
  406.     Meta  Ctrl Shift <Key>r:    replyAll()            \n\
  407.      ~Alt Ctrl Shift <Key>r:    replyAll()            \n\
  408.     Meta  Ctrl<Key>S:        saveMessageAs()            \n\
  409.      ~Alt Ctrl<Key>S:        saveMessageAs()            \n\
  410.     Meta  Ctrl<Key>T:        getNewMail()            \n\
  411.      ~Alt Ctrl<Key>T:        getNewMail()            \n\
  412.                                     \
  413.     Meta  Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  414.      ~Alt Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  415.     Meta  Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  416.      ~Alt Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  417.     Meta  Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  418.      ~Alt Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  419.     Meta  Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  420.      ~Alt Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  421.                                     \
  422.     Meta  Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  423.      ~Alt Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  424.     Meta  Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  425.      ~Alt Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  426.     Meta  Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  427.      ~Alt Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  428.     Meta  Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  429.      ~Alt Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  430.                                     \
  431.     Meta  Ctrl<Key>1:        undefined-key()            \n\
  432.      ~Alt Ctrl<Key>1:        undefined-key()            \n\
  433.     Meta  Ctrl<Key>2:        undefined-key()            \n\
  434.      ~Alt Ctrl<Key>2:        undefined-key()            \n\
  435.     Meta  Ctrl<Key>3:        undefined-key()            \n\
  436.      ~Alt Ctrl<Key>3:        undefined-key()            \n\
  437.     Meta  Ctrl<Key>4:        undefined-key()            \n\
  438.      ~Alt Ctrl<Key>4:        undefined-key()            \n\
  439.     Meta  Ctrl<Key>5:        undefined-key()            \n\
  440.      ~Alt Ctrl<Key>5:        undefined-key()            \n\
  441.     Meta  Ctrl<Key>6:        undefined-key()            \n\
  442.      ~Alt Ctrl<Key>6:        undefined-key()            \n\
  443.     Meta  Ctrl<Key>7:        undefined-key()            \n\
  444.      ~Alt Ctrl<Key>7:        undefined-key()            \n\
  445.     Meta  Ctrl<Key>8:        undefined-key()            \n\
  446.      ~Alt Ctrl<Key>8:        undefined-key()            \n\
  447.     Meta  Ctrl<Key>9:        undefined-key()            \n\
  448.      ~Alt Ctrl<Key>9:        undefined-key()            \n
  449.  
  450.  
  451. ! Translations in the MailCompose window.
  452. ! These are used instead of globalTranslations.
  453. !
  454. *mailcomposeGlobalTranslations:        #override            \
  455.                                     \
  456.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  457.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  458.     Meta  Ctrl<Key>C:        copy()                \n\
  459.      ~Alt Ctrl<Key>C:        copy()                \n\
  460.     Meta  Ctrl<Key>Return:        sendMail()            \n\
  461.      ~Alt Ctrl<Key>Return:        sendMail()            \n\
  462.     Meta  Ctrl<Key>V:        paste()                \n\
  463.      ~Alt Ctrl<Key>V:        paste()                \n\
  464.     Meta  Ctrl<Key>W:        delete()            \n\
  465.      ~Alt Ctrl<Key>W:        delete()            \n\
  466.     Meta  Ctrl<Key>X:        cut()                \n\
  467.      ~Alt Ctrl<Key>X:        cut()                \n\
  468.     Meta  Ctrl<Key>Z:        undo()                \n\
  469.      ~Alt Ctrl<Key>Z:        undo()                \n
  470.  
  471.  
  472. ! Translations in the Bookmarks and Adderssbook window.
  473. ! These translations are used instead of globalTranslations.
  474. ! None of the key *semantics* of globalTranslations are changed here,
  475. ! only the actions bound.  (And inapplicable actions are not present.)
  476. !
  477. *bmGlobalTranslations:            #override            \
  478.     <Btn3Down>:            BookmarkPopup()            \n\
  479.     Meta  Ctrl<Key>C:        bmcopy()            \n\
  480.      ~Alt Ctrl<Key>C:        bmcopy()            \n\
  481.     Meta  Ctrl<Key>D:        bmdeleteItem()            \n\
  482.      ~Alt Ctrl<Key>D:        bmdeleteItem()            \n\
  483.     Meta  Ctrl<Key>E:        bmredo()            \n\
  484.      ~Alt Ctrl<Key>E:        bmredo()            \n\
  485.     Meta  Ctrl<Key>F:        bmfind()            \n\
  486.      ~Alt Ctrl<Key>F:        bmfind()            \n\
  487.     Meta  Ctrl<Key>G:        bmfindAgain()            \n\
  488.      ~Alt Ctrl<Key>G:        bmfindAgain()            \n\
  489.     Meta  Ctrl<Key>M:        bmmailMessage()            \n\
  490.      ~Alt Ctrl<Key>M:        bmmailMessage()            \n\
  491.     Meta  Ctrl<Key>S:        bmsaveAs()            \n\
  492.      ~Alt Ctrl<Key>S:        bmsaveAs()            \n\
  493.     Meta  Ctrl<Key>V:        bmpaste()            \n\
  494.      ~Alt Ctrl<Key>V:        bmpaste()            \n\
  495.     Meta  Ctrl<Key>W:        bmclose()            \n\
  496.      ~Alt Ctrl<Key>W:        bmclose()            \n\
  497.     Meta  Ctrl<Key>X:        bmcut()                \n\
  498.      ~Alt Ctrl<Key>X:        bmcut()                \n\
  499.     Meta  Ctrl<Key>Z:        bmundo()            \n\
  500.      ~Alt Ctrl<Key>Z:        bmundo()            \n
  501.  
  502. !
  503. ! Translations for document source window
  504. *dialogGlobalTranslations:        #override            \n\
  505.                                     \
  506.     Meta  Ctrl<Key>W:        delete()            \n\
  507.      ~Alt Ctrl<Key>W:        delete()            \n
  508.  
  509.  
  510.  
  511. ! Mouse bindings in the HTML display area.
  512. *drawingArea.translations:        #replace            \
  513.     <Btn1Down>:            ArmLink()            \n\
  514.     <Btn2Down>:            ArmLink()            \n\
  515.     ~Shift<Btn1Up>:            ActivateLink()            \
  516.                     DisarmLink()            \n\
  517.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  518.                     DisarmLink()            \n\
  519.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  520.                     DisarmLink()            \n\
  521.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  522.                     DisarmLink()            \n\
  523.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  524.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  525.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  526.     <Motion>:            DescribeLink()            \n\
  527.     <Btn3Down>:            CommandMenu()            \n
  528.  
  529.  
  530. ! Some basic emacs-like bindings for text fields.
  531. !
  532. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  533. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  534. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  535. ! These resources are merged in after "globalTranslations", so it is possible
  536. ! for them to override the menu accelerators.
  537. !
  538. ! Problems:
  539. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  540. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  541. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  542. !    leave the word highlighted (though it does leave a region set.)
  543. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  544. !
  545. !  NOTE: if you're looking here because BackSpace and Delete aren't
  546. !        working the way you think they should, then you need to run
  547. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  548. !        page forVirualBindings(1).  For details, see the Netscape FAQ
  549. !        (available from the Help menu.)
  550. !
  551. *editingTranslations:            #override            \n\
  552.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  553.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  554.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  555.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  556.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  557.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  558.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  559.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  560.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  561.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  562.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  563.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  564.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  565.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  566.                                     \
  567.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  568.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  569.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  570.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  571.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  572.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  573.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  574.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  575.     Meta  Ctrl       <Key>w:    copy-clipboard()        \n\
  576.      ~Alt Ctrl       <Key>w:    copy-clipboard()        \n\
  577.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  578.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  579.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  580.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  581.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  582.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  583.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  584.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)        \n
  585.  
  586. ! Translations that apply only to single-line fields; see above.
  587. !
  588. ! Ctrl-U clears the current line only in single-line fields.  Unix
  589. ! command-line weenies expect this, even though everyone knows Ctrl-U
  590. ! should mean "prefix argument".
  591. !
  592. ! In single-line fields, the various killing commands are really deletion
  593. ! commands instead (that is, they don't affect the Clipboard and are not
  594. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  595. ! kill commands -- only the XmText widget does.  (What the hell is up with
  596. ! that...)  Maybe we could get around this by never using XmTextField, and
  597. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  598. ! have other unexpected effects...
  599. !
  600. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  601. ! but that doesn't work, because forward-word takes the whitespace after the
  602. ! word as well, instead of stopping before the whitespace.
  603. !
  604. ! Similarly, Ctrl-k can't be implemented with
  605. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  606. ! because that has the side effect of (temporarily) owning the selection,
  607. ! which would make it impossible to: select text in another application;
  608. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  609. ! because C-k would have cleared the selection.
  610. !
  611. *singleLineEditingTranslations:        #override            \n\
  612.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  613.                     delete-to-end-of-line()        \n\
  614.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  615.     ~Meta ~Alt Ctrl<Key>l:        refresh()            \n\
  616.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  617.                     delete-selection()        \n\
  618.     ~Meta ~Alt Ctrl<Key>y:        paste-clipboard()        \n\
  619.     Meta  Ctrl       <Key>d:    delete-next-word()        \n\
  620.      ~Alt Ctrl       <Key>d:    delete-next-word()        \n\
  621.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  622.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  623.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  624.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n
  625.  
  626. ! Translations that apply only to multi-line fields; see above.
  627. ! Most of these are here because they are commands that only apply when
  628. ! the text area has multiple lines in it, but see above comment about
  629. ! "kill" commands versus "delete" commands.
  630. !
  631. *multiLineEditingTranslations:        #override            \n\
  632.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  633.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  634.     ~Meta ~Alt Ctrl<Key>y:        unkill()            \n\
  635.     Meta  Ctrl       <Key>d:    kill-next-word()        \n\
  636.      ~Alt Ctrl       <Key>d:    kill-next-word()        \n\
  637.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() refresh()    \n\
  638.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  639.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  640.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  641.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  642.                                     \
  643.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  644.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  645.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  646.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  647.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  648.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  649.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  650.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  651.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  652.      ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  653.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  654.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  655.      ~Alt Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  656.     Meta  Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  657.      ~Alt Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  658.     Meta  Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  659.      ~Alt Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  660.     Meta  Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  661.      ~Alt Ctrl  Shift<Key>]:    forward-paragraph(extend)    \n\
  662.     Meta  Ctrl  Shift<Key>[:    forward-paragraph(extend)    \n\
  663.      ~Alt Ctrl       <Key><:    set-anchor()            \
  664.                     beginning-of-file()        \n\
  665.     Meta  Ctrl       <Key><:    set-anchor()            \
  666.                     beginning-of-file()        \n\
  667.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  668.                     end-of-file()            \n\
  669.     Meta  Ctrl       <Key>>:    set-anchor()            \
  670.                     end-of-file()            \n\
  671.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  672.                     beginning-of-file(extend)    \n\
  673.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  674.                     beginning-of-file(extend)    \n\
  675.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  676.                     end-of-file(extend)        \n\
  677.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  678.                     end-of-file(extend)        \n
  679.  
  680. ! Since these get merged in first, all the other bindings override them.
  681. ! This is just so that undefined non-self-inserting keys beep.
  682. ! (Except that this doesn't really work that well, so nevermind.)
  683. !*XmText.translations:        #override                \
  684. !            Ctrl <Key>:    undefined-key()            \n\
  685. !            Meta <Key>:    undefined-key()            \n\
  686. !             Alt <Key>:    undefined-key()            \n
  687. !*XmTextField.translations:    #override                \
  688. !            Ctrl <Key>:    undefined-key()            \n\
  689. !            Meta <Key>:    undefined-key()            \n\
  690. !             Alt <Key>:    undefined-key()            \n
  691.  
  692.  
  693. ! We merge these translations into all text fields which are not the
  694. ! bottommost text field in a dialog box (transient popup.)  This is so that
  695. ! hitting `return' in a text field will select the next text field if there
  696. ! is one, and will select the "OK" button if there are no more.
  697. !
  698. *nonterminalTextTranslations:    #override                \n\
  699.     <Key>Return:        next-tab-group()            \n\
  700.     <Key>Linefeed:        next-tab-group()            \n
  701.  
  702. ! This is used for self-submitting text fields in HTML forms (not popups.)
  703. ! We don't need to store these in to dialog box text fields, since in that
  704. ! case we are able to simply avoid storing in the above ones, but we don't
  705. ! know that until too late with forms.
  706. *terminalTextTranslations:    #override                \n\
  707.     <Key>Return:        activate()                \n\
  708.     <Key>Linefeed:        activate()                \n
  709.  
  710.  
  711. ! These translations are installed on every TextField widget in the main tree,
  712. ! but *not* on text fields in dialogs, or in the mail composition window
  713. ! (that's the difference between this and singleLineEditingTranslations.)
  714. *globalTextFieldTranslations:        #override            \n\
  715.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  716.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  717.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  718.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  719.  
  720. ! These keysyms are apparently an R6ism.
  721. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  722. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  723.  
  724.  
  725. ! We install these on every widget in the main tree (but not popups) that isn't
  726. ! a Text or TextField.  These, basically, are motion commands that ought to 
  727. ! apply to the HTML display area unless some text field has focus, in which
  728. ! case they ought to apply to the text in that text field instead.  Doesn't
  729. ! all this crap just make you want to hurl?
  730. *globalNonTextTranslations:        #override            \n\
  731.     ~Meta ~Alt ~Ctrl<Key>space:    PageDown()            \n\
  732.                                       \
  733.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  734.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  735.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  736.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  737.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  738.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  739.                                       \
  740.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  741.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  742.      Meta  Ctrl<Key>f:        fishcam()            \n\
  743.       Alt  Ctrl<Key>f:        fishcam()            \n\
  744.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  745.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  746.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  747.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  748.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  749.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  750.                                       \
  751.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  752.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  753.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  754.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  755.  
  756. ! These keysyms are apparently an R6ism.
  757. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  758. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  759. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  760. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  761. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  762. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  763.  
  764.  
  765.  
  766. !=============================================================================
  767.  
  768.  
  769. ! About Translations, Actions, and "-remote" commands:
  770. !
  771. ! You can control a running Netscape process externally; you do this by
  772. ! issuing a command like " -remote openURL(http://xxx)".
  773. ! When Netscape is invoked with the -remote argument, it does not open
  774. ! window, but instead connects to and controls an already-existing process.
  775. ! This is done using X properties, so the two Netscape processes need not
  776. ! be running on the same machine, and need not share a file system.
  777. !
  778. ! All of Netscape's action names are the same as its resource names; so, for
  779. ! example, if you wanted to know the name of the action that corresponds to
  780. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  781. ! and see that the resource that is set to that string is "addBookmark" -
  782. ! that's the name of the Action as well.
  783. !
  784. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  785. ! can also invoke them directly via " -remote", like this:
  786. !
  787. !     -remote 'addBookmark()'
  788. !
  789. ! That will cause the existing Netscape process to add its current URL to
  790. ! the bookmarks, just as if you had selected that menu item.
  791. !
  792. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  793. ! for more information.
  794.  
  795.  
  796. !=============================================================================
  797.  
  798.  
  799. ! You can ask HTTP (Web) servers for documents in your preferred language
  800. ! by setting the Accept-Language header. It is a comma-separated list of
  801. ! languages or language/region pairs. For example, if you would prefer to
  802. ! see documents in French, or, failing that, in American English, you could
  803. ! use the following:
  804. !
  805. !   *httpAcceptLanguage: fr, en-US
  806. !
  807. ! Other possible languages and regions are:
  808. !
  809. !   Chinese [zh]
  810. !   Chinese/China [zh-CN]
  811. !   Chinese/Taiwan [zh-TW]
  812. !   English [en]
  813. !   English/United Kingdom [en-GB]
  814. !   English/United States [en-US]
  815. !   French [fr]
  816. !   French/Canada [fr-CA]
  817. !   French/France [fr-FR]
  818. !   German [de]
  819. !   Italian [it]
  820. !   Japanese [ja]
  821. !   Korean [ko]
  822. !   Portuguese [pt]
  823. !   Portuguese/Brazil [pt-BR]
  824. !   Spanish [es]
  825. !   Spanish/Spain [es-ES]
  826.  
  827.  
  828. !=============================================================================
  829. !
  830. !      There's really nothing after this point you should be messing with.
  831. !
  832. !=============================================================================
  833.  
  834.  
  835. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  836. ! contexts where it has no business being involved at all.  Let's try
  837. ! disabling it globally and see if that helps.
  838. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  839. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  840.  
  841.  
  842. ! Labels
  843. !
  844. *Help.sensitive:            False
  845.  
  846. *urlLabel.alignment:            ALIGNMENT_END
  847. *urlLabel.recomputeSize:        False
  848. *urlLabel.netsiteLabelString:        Location:
  849. *urlLabel.uneditedLabelString:        Location:
  850. *urlLabel.editedLabelString:        Go To:
  851. ! this must be the longer of the two...
  852. *urlLabel.labelString:            Location:
  853.  
  854.  
  855. !=============================================================================
  856. *menuBar.file.labelString:        File
  857.  
  858. *menuBar*openBrowser.labelString:    New Web Browser
  859. *menuBar*openBrowser.mnemonic:        B
  860. *menuBar*openBrowser.acceleratorText:    Ctrl+N
  861.  
  862. *menuBar*openURL.labelString:        Open Location...
  863. *menuBar*openURL.mnemonic:        L
  864. *menuBar*openURL.acceleratorText:    Ctrl+L
  865.  
  866. *menuBar*openFile.labelString:        Open File...
  867. *menuBar*openFile.mnemonic:        O
  868. *menuBar*openFile.acceleratorText:    Ctrl+O
  869.  
  870. *menuBar*saveAs.labelString:        Save As...
  871. *menuBar*saveAs.mnemonic:        A
  872. *menuBar*saveAs.acceleratorText:    Ctrl+S
  873.  
  874. *menuBar*uploadFile.labelString:    Upload File...
  875. *menuBar*uploadFile.mnemonic:        U
  876. ! no accelerator
  877.  
  878. *menuBar*saveLinksAs.labelString:    Save Next Link As...
  879. *menuBar*saveLinksAs.mnemonic:        A
  880. ! accelerator is magic
  881. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  882.  
  883. *menuBar*mailNew.labelString:        New Mail Message
  884. *menuBar*mailNew.mnemonic:        M
  885. *menuBar*mailNew.acceleratorText:    Ctrl+M
  886.  
  887. *menuBar*mailto.labelString:        Mail Document
  888. *menuBar*mailto.mnemonic:        D
  889.  
  890. *menuBar*docInfo.labelString:        Document Info
  891. *menuBar*docInfo.mnemonic:        n
  892. ! no accelerator
  893.  
  894. *menuBar*javaInfo.labelString:        Java Info
  895. *menuBar*javaInfo.mnemonic:        J
  896.  
  897. *menuBar*openMail.labelString:        Netscape Mail
  898. *menuBar*openMail.mnemonic:        M
  899. ! no accelerator
  900.  
  901. *menuBar*openNews.labelString:        Netscape News
  902. *menuBar*openNews.mnemonic:        N
  903. ! no accelerator
  904.  
  905. *menuBar*printSetup.labelString:    Print Setup...
  906. *menuBar*printSetup.mnemonic:        r
  907. ! no accelerator
  908.  
  909. *menuBar*print.labelString:        Print...
  910. *menuBar*print.mnemonic:        P
  911. *menuBar*print.acceleratorText:        Ctrl+P
  912.  
  913. *menuBar*delete.labelString:        Close
  914. *menuBar*delete.mnemonic:        C
  915. *menuBar*delete.acceleratorText:    Ctrl+W
  916.  
  917. *menuBar*whatsChanged.labelString:    What's New?
  918. !no accelerator
  919.  
  920. *menuBar*import.labelString:        Import...
  921. *menuBar*import.mnemonic:        I
  922.  
  923. *menuBar*quit.labelString:        Exit
  924. *menuBar*quit.mnemonic:            x
  925. *menuBar*quit.acceleratorText:        Ctrl+Q
  926.  
  927. *menuBar*windows.labelString:        Window
  928. ! no accelerator
  929.  
  930. !*menuBar*openFolder.labelString:    Open Folder...
  931. !*menuBar*openNewsHost.labelString:    Open News Host...
  932. !*menuBar*save.labelString:        Save
  933. !*menuBar*saveMessageAs.labelString:    Save Message(s) As...
  934. !*menuBar*copyMessagesInto.labelString:    Copy Messages Into
  935. !*menuBar*moveMessagesInto.labelString:    Move Messages Into
  936. !*menuBar*messageInfo.labelString:    Information...
  937.  
  938.  
  939. !=============================================================================
  940. *menuBar.edit.labelString:        Edit
  941.  
  942. *menuBar*undo.labelString:        Undo
  943. *menuBar*undo.mnemonic:            U
  944. *menuBar*undo.acceleratorText:        Ctrl+Z
  945.  
  946. *menuBar*redo.labelString:        Redo
  947. *menuBar*redo.mnemonic:            R
  948. *menuBar*redo.acceleratorText:        Ctrl+E
  949.  
  950. *menuBar*cut.labelString:        Cut
  951. *menuBar*cut.mnemonic:            t
  952. *menuBar*cut.acceleratorText:        Ctrl+X
  953.  
  954. *menuBar*copy.labelString:        Copy
  955. *menuBar*copy.mnemonic:            C
  956. *menuBar*copy.acceleratorText:        Ctrl+C
  957.  
  958. *menuBar*paste.labelString:        Paste
  959. *menuBar*paste.mnemonic:        P
  960. !*menuBar*paste.acceleratorText:        Ctrl+V
  961.  
  962. *menuBar*find.labelString:        Find...
  963. *menuBar*find.mnemonic:            F
  964. *menuBar*find.acceleratorText:        Ctrl+F
  965.  
  966. *menuBar*findAgain.labelString:        Find Again
  967. *menuBar*findAgain.mnemonic:        g
  968. *menuBar*findAgain.acceleratorText:    Ctrl+G
  969.  
  970. *menuBar*deleteItem.labelString:    Delete
  971. *menuBar*deleteItem.mnemonic:        D
  972. *menuBar*deleteItem.acceleratorText:    Ctrl+D
  973.  
  974.  
  975. !=============================================================================
  976. *menuBar.view.labelString:        View
  977.  
  978. *menuBar*reload.labelString:        Reload
  979. *menuBar*reload.mnemonic:        R
  980. *menuBar*reload.acceleratorText:    Ctrl+R
  981. ! In news reply to sender uses this accelerator
  982. *News*menuBar*reload.acceleratorText:    
  983.  
  984. *menuBar*reloadFrame.labelString:    Reload Frame
  985. *menuBar*reloadFrame.mnemonic:        l
  986.  
  987. *menuBar*loadImages.labelString:    Load Images
  988. *menuBar*loadImages.mnemonic:        I
  989. *menuBar*loadImages.acceleratorText:    Ctrl+I
  990.  
  991. *menuBar*refresh.labelString:        Refresh
  992. *menuBar*refresh.mnemonic:        f
  993. ! no accelerator
  994.  
  995. *menuBar*source.labelString:        Document Source
  996. *menuBar*source.mnemonic:        S
  997. ! no accelerator
  998.  
  999. *menuBar*attachmentsInline.mnemonic:    A
  1000. ! no accelerator
  1001.  
  1002. *menuBar*attachmentsAsLinks.mnemonic:    L
  1003. ! no accelerator
  1004.  
  1005. !*menuBar*viewAllGroups.labelString:    Show All Newsgroups
  1006. !*menuBar*checkNewGroups.labelString:    Check for New Groups
  1007. !*menuBar*rot13.labelString:        Rot 13
  1008.  
  1009.  
  1010. !=============================================================================
  1011. *menuBar.message.labelString:        Message
  1012.  
  1013. !*deleteMessage.labelString:        Delete Message
  1014. *deleteMessage.mnemonic:        D
  1015. *deleteMessage.acceleratorText:        Ctrl+D
  1016.  
  1017.  
  1018. !=============================================================================
  1019. *menuBar.go.labelString:        Go
  1020.  
  1021. *menuBar*back.labelString:        Back
  1022. *menuBar*back.mnemonic:            B
  1023. *menuBar*back.acceleratorText:        Ctrl+Left
  1024.  
  1025. *menuBar*forward.labelString:        Forward
  1026. *menuBar*forward.mnemonic:        F
  1027. *menuBar*forward.acceleratorText:    Ctrl+Right
  1028.  
  1029. *menuBar*home.labelString:        Home
  1030. *menuBar*home.mnemonic:            H
  1031. ! no accelerator
  1032.  
  1033. *menuBar*abort.labelString:        Stop Loading
  1034. *menuBar*abort.mnemonic:        S
  1035. *menuBar*abort.acceleratorText:        ESC
  1036.  
  1037. *menuBar*viewHistory.labelString:    History
  1038. *menuBar*viewHistory.mnemonic:        H
  1039. ! This only has this accelerator in browser windows
  1040. *Navigator*menuBar*viewHistory.acceleratorText:    Ctrl+H
  1041.  
  1042. *menuBar*historyItem1.acceleratorText:    Ctrl+1
  1043. *menuBar*historyItem2.acceleratorText:    Ctrl+2
  1044. *menuBar*historyItem3.acceleratorText:    Ctrl+3
  1045. *menuBar*historyItem4.acceleratorText:    Ctrl+4
  1046. *menuBar*historyItem5.acceleratorText:    Ctrl+5
  1047. *menuBar*historyItem6.acceleratorText:    Ctrl+6
  1048. *menuBar*historyItem7.acceleratorText:    Ctrl+7
  1049. *menuBar*historyItem8.acceleratorText:    Ctrl+8
  1050. *menuBar*historyItem9.acceleratorText:    Ctrl+9
  1051.  
  1052. *menuBar*historyTruncated.labelString:    ( ...truncated... )
  1053. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  1054.  
  1055.  
  1056. !*menuBar*markThreadRead.labelString:        Mark Thread Read
  1057. !*menuBar*markAllRead.labelString:        Mark All Messages Read
  1058. !*menuBar*showAllMessages.labelString:        Show All Messages
  1059. !*menuBar*nextMessage.labelString:        Select Next Message
  1060. !*menuBar*previousMessage.labelString:        Select Previous Message
  1061. !*menuBar*firstUnreadMessage.labelString:    Select First Unread Message
  1062. !*menuBar*nextUnreadMessage.labelString:        Select Next Unread Message
  1063. !*menuBar*previousUnreadMessage.labelString:    Select Previous Unread Message
  1064.  
  1065.  
  1066. !=============================================================================
  1067. *menuBar.sort.labelString:        Sort
  1068.  
  1069. !*menuBar*thread.labelString:        Thread by References
  1070. !*menuBar*sortReverse.labelString:    Sort Backward
  1071. !*menuBar*byDate.labelString:        By Date
  1072. !*menuBar*byMessageNumber.labelString:    By Message Number
  1073. !*menuBar*bySubject.labelString:        By Subject
  1074. !*menuBar*bySender.labelString:        By Sender's Name
  1075. !*menuBar*resort.labelString:        Re-Sort
  1076.  
  1077.  
  1078. !=============================================================================
  1079. *menuBar.bookmark.labelString:        Bookmarks
  1080.  
  1081. *menuBar*addBookmark.labelString:    Add Bookmark
  1082. *menuBar*addBookmark.mnemonic:        A
  1083. *menuBar*addBookmark.acceleratorText:    Ctrl+A
  1084.  
  1085. *menuBar*viewBookmark.labelString:    Bookmarks
  1086. *menuBar*viewBookmark.mnemonic:        k
  1087. *menuBar*viewBookmark.acceleratorText:    Ctrl+B
  1088.  
  1089. *menuBar*gotoBookmarkHtml.labelString:    Goto Bookmarks
  1090. *menuBar*gotoBookmarkHtml.mnemonic:    G
  1091.  
  1092.  
  1093. !=============================================================================
  1094. *menuBar.options.labelString:        Options
  1095.  
  1096. *menuBar*generalPrefs.labelString:    General Preferences...
  1097. *menuBar*generalPrefs.mnemonic:        G
  1098.  
  1099. *menuBar*mailNewsPrefs.labelString:    Mail and News Preferences...
  1100. *menuBar*mailNewsPrefs.mnemonic:    M
  1101.  
  1102. *menuBar*networkPrefs.labelString:    Network Preferences...
  1103. *menuBar*networkPrefs.mnemonic:        N
  1104.  
  1105. *menuBar*securityPrefs.labelString:    Security Preferences...
  1106. *menuBar*securityPrefs.mnemonic:    S
  1107.  
  1108. *menuBar*showToolbar.labelString:    Show Toolbar
  1109. *menuBar*showToolbar.mnemonic:        T
  1110.  
  1111. *menuBar*showURL.labelString:        Show Location
  1112. *menuBar*showURL.mnemonic:        L
  1113.  
  1114. *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
  1115. *menuBar*showDirectoryButtons.mnemonic:       D
  1116.  
  1117. *menuBar*showSecurityBar.labelString:    Show Security Colorbar
  1118. *menuBar*showSecurityBar.mnemonic:    C
  1119.  
  1120. *menuBar*showJavaConsole.labelString:    Show Java Console
  1121.  
  1122. *menuBar*autoLoadImages.labelString:    Auto Load Images
  1123. *menuBar*autoLoadImages.mnemonic:    A
  1124.  
  1125. *menuBar*fancyFTP.labelString:        Show FTP File Information
  1126. *menuBar*fancyFTP.mnemonic:        F
  1127.  
  1128. *menuBar*docEncoding.labelString:    Document Encoding
  1129. *menuBar*docEncoding.mnemonic:        E
  1130.  
  1131. *menuBar*saveOptions.labelString:    Save Options
  1132. *menuBar*saveOptions.mnemonic:        O
  1133.  
  1134. !*menuBar*showAllHeaders.labelString:    Show All Headers
  1135.  
  1136.  
  1137. !=============================================================================
  1138. *menuBar*docEncMenu*indicatorType:    ONE_OF_MANY
  1139. *menuBar*latin1.labelString:        Western (Latin-1)
  1140. *menuBar*latin2.labelString:        Central European (Latin-2)
  1141. *menuBar*jaAuto.labelString:        Japanese (Auto-Detect)
  1142. *menuBar*jaSJIS.labelString:        Japanese (Shift-JIS)
  1143. *menuBar*jaEUC.labelString:        Japanese (EUC-JP)
  1144. *menuBar*twBig5.labelString:        Traditional Chinese (Big5)
  1145. *menuBar*twEUC.labelString:        Traditional Chinese (EUC-TW)
  1146. *menuBar*gbEUC.labelString:        Simplified Chinese (GB)
  1147. *menuBar*krEUC.labelString:        Korean (EUC-KR)
  1148. *menuBar*2022kr.labelString:        Korean (ISO-2022-KR)
  1149. *menuBar*other.labelString:        User-Defined
  1150.  
  1151.  
  1152.  
  1153. !=============================================================================
  1154. *menuBar.directory.labelString:        Directory
  1155.  
  1156. *menuBar*netscape.labelString:        Netscape's Home
  1157. *menuBar*netscape.mnemonic:        H
  1158.  
  1159. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  1160. *menuBar*sgi.mnemonic:            i
  1161.  
  1162. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  1163. *menuBar*adobe.mnemonic:        o
  1164.  
  1165. *menuBar*whatsNew.labelString:        What's New!
  1166. *menuBar*whatsNew.mnemonic:        N
  1167.  
  1168. *menuBar*whatsCool.labelString:        What's Cool!
  1169. *menuBar*whatsCool.mnemonic:        C
  1170.  
  1171. *menuBar*inetIndex.labelString:        Internet Directory
  1172. *menuBar*inetIndex.mnemonic:        D
  1173.  
  1174. *menuBar*inetSearch.labelString:    Internet Search
  1175. *menuBar*inetSearch.mnemonic:        S
  1176.  
  1177. *menuBar*inetWhite.labelString:        Internet White Pages
  1178. *menuBar*inetWhite.mnemonic:        W
  1179.  
  1180. *menuBar*inetAbout.labelString:        About the Internet
  1181. *menuBar*inetAbout.mnemonic:        A
  1182.  
  1183. *menuBar*galleria.labelString:        Netscape Galleria
  1184. *menuBar*galleria.mnemonic:        G
  1185.  
  1186.  
  1187. !=============================================================================
  1188. *menuBar.help.labelString:        Help
  1189.  
  1190. *menuBar*about.labelString:        About Netscape
  1191. *menuBar*about.mnemonic:        A
  1192.  
  1193. *menuBar*aboutplugins.labelString:    About Plug-ins
  1194. *menuBar*aboutplugins.mnemonic:        P
  1195.  
  1196. *menuBar*registration.labelString:    Registration Information
  1197. *menuBar*registration.mnemonic:        I
  1198.  
  1199. *menuBar*upgrade.labelString:        Software
  1200. *menuBar*upgrade.mnemonic:        t
  1201.  
  1202. *menuBar*manual.labelString:        Handbook
  1203. *menuBar*manual.mnemonic:        H
  1204.  
  1205. *menuBar*relnotes.labelString:        Release Notes
  1206. *menuBar*relnotes.mnemonic:        R
  1207.  
  1208. *menuBar*faq.labelString:        Frequently Asked Questions
  1209. *menuBar*faq.mnemonic:            F
  1210.  
  1211. *menuBar*aboutSecurity.labelString:    On Security
  1212. *menuBar*aboutSecurity.mnemonic:    O
  1213.  
  1214. *menuBar*feedback.labelString:        How to Give Feedback
  1215. *menuBar*feedback.mnemonic:        G
  1216.  
  1217. *menuBar*support.labelString:        How to Get Support
  1218. *menuBar*support.mnemonic:        S
  1219.  
  1220. *menuBar*howTo.labelString:        How to Create Web Services
  1221. *menuBar*howTo.mnemonic:        C
  1222.  
  1223.  
  1224. *menuBar*aboutMailAndNews.labelString:    About Netscape Mail and News...
  1225. *menuBar*aboutUsenet.labelString:    About USENET Newsgroups...
  1226.  
  1227.  
  1228. ! For the toggles in the options menu
  1229. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  1230. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1231. *menuBar*XmToggleButton.fillOnSelect:        True
  1232. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  1233. *menuBar*XmToggleButton.visibleWhenOff:        True
  1234. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  1235.  
  1236. *menuBar*sortByDate.visibleWhenOff:        False
  1237. *menuBar*sortByMessageNumber.visibleWhenOff:    False
  1238. *menuBar*sortBySubject.visibleWhenOff:        False
  1239. *menuBar*sortBySender.visibleWhenOff:        False
  1240.  
  1241. !=============================================================================
  1242. ! Mail/News menubar
  1243. !=============================================================================
  1244.  
  1245. !Mail menubar wont have this accelerator. This is used by reply
  1246. *Mail*menuBar*reload.acceleratorText:
  1247.  
  1248. *menubar*deliverNow.indicatorType:            ONE_OF_MANY
  1249. *menuBar*deliverNow.labelString:            Immediate Delivery
  1250. ! no mnemonic
  1251. ! no accelerator
  1252.  
  1253. *menubar*deliverLater.indicatorType:            ONE_OF_MANY
  1254. *menuBar*deliverLater.labelString:            Deferred Delivery
  1255. ! no mnemonic
  1256. ! no accelerator
  1257.  
  1258. !*getNewMail.labelString:                Get New Mail
  1259. *getNewMail.mnemonic:                    G
  1260. *getNewMail.acceleratorText:                Ctrl+T
  1261.  
  1262. !*deliverQueuedMessages.labelString:            Send Mail in Outbox
  1263. *deliverQueuedMessages.mnemonic:            d
  1264. *deliverQueuedMessages.acceleratorText:            Ctrl+H
  1265.  
  1266. !*openFolder.labelString:                Open Folder...
  1267. *openFolder.mnemonic:                    O
  1268. *openFolder.acceleratorText:                Ctrl+O
  1269.  
  1270. !*newFolder.labelString:                New Folder...
  1271. *newFolder.mnemonic:                    N
  1272.  
  1273. !*menuBar*compressFolder.labelString:            Compress this Folder
  1274. *menuBar*compressFolder.mnemonic:            C
  1275. *menuBar*compressFolder.acceleratorText:        Ctrl+K
  1276.  
  1277. !*menuBar*compressAllFolders.labelString:        Compress all Folders
  1278. *menuBar*compressAllFolders.mnemonic:            A
  1279.  
  1280. !*menuBar*emptyTrash.labelString:            Empty Trash Folder
  1281. *menuBar*emptyTrash.mnemonic:                E
  1282.  
  1283. !*deleteFolder.labelString:                Delete Folder
  1284. *deleteFolder.mnemonic:                    o
  1285.  
  1286. !*selectThread.labelString:                Select Thread
  1287. *selectThread.mnemonic:                    h
  1288. *selectThread.acceleratorText:                Ctrl+Shift+A
  1289.  
  1290. !*selectMarkedMessages.labelString:            Select Flagged Messages
  1291. *selectMarkedMessages.mnemonic:                l
  1292.  
  1293. !*selectAllMessages.labelString:            Select All
  1294. *selectAllMessages.mnemonic:                A
  1295. *selectAllMessages.acceleratorText:            Ctrl+A
  1296.  
  1297. *menuBar*sort.labelString:                Sort
  1298. *menuBar*sort.mnemonic:                    S
  1299.  
  1300. !*rot13Message.labelString:                Unscramble (ROT13)
  1301. *rot13Message.mnemonic:                    U
  1302.  
  1303. !*menuBar*nextMessage.labelString:            Next Message
  1304. *menuBar*nextMessage.mnemonic:                N
  1305. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  1306.  
  1307. !*menuBar*previousMessage.labelString:            Previous Message
  1308. *menuBar*previousMessage.mnemonic:            P
  1309. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  1310.  
  1311. !*menuBar*firstUnreadMessage.labelString:        First Unread
  1312. *menuBar*firstUnreadMessage.mnemonic:            U
  1313.  
  1314. !*menuBar*nextUnreadMessage.labelString:        Next Unread
  1315. *menuBar*nextUnreadMessage.mnemonic:            e
  1316. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  1317.  
  1318. !*menuBar*previousUnreadMessage.labelString:        Previous Unread
  1319. *menuBar*previousUnreadMessage.mnemonic:        r
  1320. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  1321.  
  1322. !*menuBar*firstMarkedMessage.labelString:        First Marked
  1323. *menuBar*firstMarkedMessage.mnemonic:            M
  1324.  
  1325. !*menuBar*nextMarkedMessage.labelString:        Next Marked
  1326. *menuBar*nextMarkedMessage.mnemonic:            x
  1327.  
  1328. !*menuBar*previousMarkedMessage.labelString:        Previous Marked
  1329. *menuBar*previousMarkedMessage.mnemonic:        v
  1330.  
  1331. !*menuBar*showAllMessages.labelString:            Show All Messages
  1332. *menuBar*showAllMessages.mnemonic:            A
  1333.  
  1334. !*menuBar*showOnlyUnread.labelString:        Show Only Unread Messages
  1335. *menuBar*showOnlyUnread.mnemonic:        U
  1336.  
  1337. !*menuBar*showAllHeaders.labelString:            Show All Headers
  1338. *menuBar*showAllHeaders.mnemonic:            H
  1339.  
  1340. *editAddressBook.labelString:                Address Book
  1341. *editAddressBook.mnemonic:                A
  1342.  
  1343. !*menuBar*editAddress.labelString:            Add to Address Book
  1344. *menuBar*editAddress.mnemonic:                t
  1345.  
  1346. !*replyToSender.labelString:                Reply
  1347. *replyToSender.mnemonic:                R
  1348. *replyToSender.acceleratorText:                Ctrl+R
  1349.  
  1350. !*replyToAll.labelString:                Reply to All
  1351. *replyToAll.mnemonic:                    A
  1352. *replyToAll.acceleratorText:                Ctrl+Shift+R
  1353.  
  1354. !*forwardMessage.labelString:                Forward
  1355. *forwardMessage.mnemonic:                F
  1356. *forwardMessage.acceleratorText:            Ctrl+L
  1357.  
  1358. *forwardMessageQuoted.labelString:            Forward Quoted
  1359. *forwardMessageQuoted.mnemonic:                Q
  1360.  
  1361. !*menuBar*markSelectedRead.labelString:            Mark as Read
  1362. *menuBar*markSelectedRead.mnemonic:            d
  1363.  
  1364. !*menuBar*markSelectedUnread.labelString:        Mark as Unread
  1365. *menuBar*markSelectedUnread.mnemonic:            U
  1366.  
  1367. !*menuBar*markThreadRead.labelString:            Mark Thread Read
  1368. *menuBar*markThreadRead.mnemonic:            a
  1369.  
  1370. !*menuBar*markSelectedMessages.labelString:        Flag message
  1371. *menuBar*markSelectedMessages.mnemonic:            l
  1372.  
  1373. !*menuBar*unmarkSelectedMessages.labelString:        Unflag message
  1374. *menuBar*unmarkSelectedMessages.mnemonic:        e
  1375.  
  1376. !*menuBar*moveMessagesInto.labelString:            Move
  1377. *menuBar*moveMessagesInto.mnemonic:            v
  1378.  
  1379. !*menuBar*copyMessagesInto.labelString:            Copy
  1380. *menuBar*copyMessagesInto.mnemonic:            C
  1381.  
  1382. !*reSort.labelString:                    Again
  1383. *reSort.mnemonic:                    A
  1384.  
  1385. !*menuBar*threadMessages.labelString:            Thread Messages
  1386. *menuBar*threadMessages.mnemonic:            T
  1387.  
  1388. !*menuBar*sortBackward.labelString:            Ascending
  1389. *menuBar*sortBackward.mnemonic:                s
  1390.  
  1391. !*menuBar*sortByDate.labelString:            by Date
  1392. *menuBar*sortByDate.mnemonic:                D
  1393.  
  1394. !*menuBar*sortBySubject.labelString:            by Subject
  1395. *menuBar*sortBySubject.mnemonic:            u
  1396.  
  1397. !*menuBar*sortBySender.labelString:            by Sender
  1398. *menuBar*sortBySender.mnemonic:                e
  1399.  
  1400. !*menuBar*sortByMessageNumber.labelString:        by Message Number
  1401. *menuBar*sortByMessageNumber.mnemonic:            M
  1402.  
  1403. !*openNewsHost.labelString:                Open News Host...
  1404. *openNewsHost.mnemonic:                    O
  1405.  
  1406. *menuBar*postNew.labelString:                New News Message
  1407. *menuBar*postNew.mnemonic:                N
  1408.  
  1409. !*postReply.labelString:                Post Reply
  1410. *postReply.mnemonic:                    o
  1411.  
  1412. !*postAndMailReply.labelString:                Post and Mail Reply
  1413. *postAndMailReply.mnemonic:                s
  1414.  
  1415. !*showSubscribedNewsGroups.labelString:    Show Subscribed Newsgroups
  1416. *showSubscribedNewsGroups.mnemonic:    b
  1417.  
  1418. !*showActiveNewsGroups.labelString:        Show Active Newsgroups
  1419. *showActiveNewsGroups.mnemonic:            c
  1420.  
  1421. !*showAllNewsGroups.labelString:        Show All Newsgroups
  1422. *showAllNewsGroups.mnemonic:            A
  1423.  
  1424. !*checkNewNewsGroups.labelString:        Show New Newsgroups
  1425. *checkNewNewsGroups.mnemonic:            p
  1426.  
  1427. !*menuBar*cancelMessage.labelString:            Cancel Message
  1428. *menuBar*cancelMessage.mnemonic:            n
  1429.  
  1430. !*menubar*addFromNewest.labelString:            Add From Newest Messages
  1431. *menubar*addFromNewest.mnemonic:            f
  1432.  
  1433. !*menubar*addFromOldest.labelString:            Add From Oldest Messages
  1434. *menubar*addFromOldest.mnemonic:            r
  1435.  
  1436. ! These are std Mail folder names.
  1437. *popup*sentMail.labelString:                Sent
  1438. *popup*sentMail.mnemonic:                S
  1439.  
  1440. *popup*inbox.labelString:                Inbox
  1441. *popup*inbox.mnemonic:                    I
  1442.  
  1443. *popup*trash.labelString:                Trash
  1444. *popup*trash.mnemonic:                    T
  1445.  
  1446. *popup*newFolder.labelString:                New...
  1447. *popup*newFolder.mnemonic:                N
  1448.  
  1449. ! For menubar and popup
  1450. *addNewsgroup.labelString:            Add Newsgroup
  1451. *addNewsgroup.mnemonic:                d
  1452.  
  1453.  
  1454. !=============================================================================
  1455. ! MailCompose menubar
  1456. !=============================================================================
  1457. *menuBar*send.labelString:                Send
  1458. *menuBar*send.mnemonic:                    S
  1459. *menuBar*send.acceleratorText:                Ctrl+Enter
  1460.  
  1461. *menuBar*attachFile.labelString:            Attach...
  1462. *menuBar*attachFile.mnemonic:                F
  1463.  
  1464. !*menuBar*quoteMessage.labelString:            Include Original Text
  1465. *menuBar*quoteMessage.mnemonic:                I
  1466.  
  1467. !*menuBar*saveMessageAs.labelString:            Save As...
  1468. *menuBar*saveMessageAs.mnemonic:            A
  1469. *menuBar*saveMessageAs.acceleratorText:            Ctrl+S
  1470.  
  1471. *menuBar*pasteQuote.labelString:            Paste as Quotation
  1472. *menuBar*pasteQuote.mnemonic:                Q
  1473.  
  1474. *menuBar*selectAllText.labelString:            Select All
  1475. *menuBar*selectAllText.mnemonic:            S
  1476.  
  1477. *menuBar*clearAllText.labelString:            Clear
  1478.  
  1479. !*menuBar*rot13.labelString:                Scramble (ROT13) Message
  1480. *menuBar*rot13.mnemonic:                S
  1481.  
  1482. !*Composition*menuBar*showAllHeaders.labelString:    All Fields
  1483. *Composition*menuBar*showAllHeaders.mnemonic:        A
  1484.  
  1485. !*menuBar*showReplyTo.labelString:            Reply To
  1486. *menuBar*showReplyTo.mnemonic:                R
  1487.  
  1488. !*menuBar*showTo.labelString:                Mail To
  1489. *menuBar*showTo.mnemonic:                M
  1490.  
  1491. !*menuBar*showCC.labelString:                Mail CC
  1492. *menuBar*showCC.mnemonic:                C
  1493.  
  1494. !*menuBar*showBCC.labelString:                Mail BCC
  1495. *menuBar*showBCC.mnemonic:                B
  1496.  
  1497. !*menuBar*showPostTo.labelString:            Post To
  1498. *menuBar*showPostTo.mnemonic:                P
  1499.  
  1500. !*menuBar*showFollowupTo.labelString:            Followups To
  1501. *menuBar*showFollowupTo.mnemonic:            F
  1502.  
  1503. !*menuBar*showSubject.labelString:            Subject
  1504. *menuBar*showSubject.mnemonic:                S
  1505.  
  1506. !*menuBar*showAttachments.labelString:            Attachment
  1507. *menuBar*showAttachments.mnemonic:            h
  1508.  
  1509.  
  1510. !=============================================================================
  1511. ! Mail/News column titles
  1512. !=============================================================================
  1513. *mailNewsColumns.folderlist.Name:    Name
  1514. *mailNewsColumns.folderlist.Unread:    Unread
  1515. *mailNewsColumns.folderlist.Total:    Total
  1516. *mailNewsColumns.messagelist.Thread:    Thread
  1517. *mailNewsColumns.messagelist.Sender:    Sender
  1518. *mailNewsColumns.messagelist.Subject:    Subject
  1519. *mailNewsColumns.messagelist.Date:    Date
  1520.  
  1521.  
  1522. !=============================================================================
  1523. *toolBar.back.labelString:        Back
  1524. *toolBar.forward.labelString:        Forward
  1525. *toolBar.home.labelString:        Home
  1526. *toolBar.reload.labelString:        Reload
  1527. *toolBar*loadImages.labelString:    Load Images
  1528. *toolBar.openURL.labelString:        Open...
  1529. *toolBar.print.labelString:        Print...
  1530. *toolBar*find.labelString:        Find...
  1531. *toolBar*abort.labelString:        Stop
  1532.  
  1533. *toolBar*spacer.marginWidth:        4
  1534. *urlBar*spacer.marginWidth:        4
  1535.  
  1536. *urlBar*whatsNew.labelString:        What's New
  1537. *urlBar*whatsCool.labelString:        What's Cool
  1538. *urlBar*manual.labelString:        Handbook
  1539. *urlBar*inetSearch.labelString:        Net Search
  1540. *urlBar*inetIndex.labelString:        Net Directory
  1541. *urlBar*software.labelString:        Software
  1542. *urlBar*welcome.labelString:        Welcome
  1543. *urlBar*newsgroups.labelString:        Newsgroups
  1544.  
  1545. *toolBar.getNewMail.labelString:    Get Mail
  1546. *toolBar.deleteMessage.labelString:    Delete
  1547. *toolBar.mailNew.labelString:        New Mail Message
  1548. *toolBar.postNew.labelString:        New
  1549. *toolBar.replyToSender.labelString:    Reply
  1550. *toolBar.replyToAll.labelString:    Reply All
  1551. *toolBar.postReply.labelString:        Post Reply
  1552. *toolBar.postAndMailReply.labelString:    Reply
  1553. *toolBar.forwardMessage.labelString:    Forward
  1554. *toolBar.previousUnreadMessage.labelString:Previous
  1555. *toolBar.nextUnreadMessage.labelString:    Next
  1556. *toolBar.markThreadRead.labelString:    Thread
  1557. *toolBar.markAllRead.labelString:    All
  1558.  
  1559. !=============================================================================
  1560. ! Toolbar for mail compose
  1561. *toolBar.SendOrSendLater.labelString:    Send
  1562. *toolBar.quoteMessage.labelString:    Quote
  1563. *toolBar.attachFile.labelString:    Attach
  1564. *toolBar.editAddressBook.labelString:    Address Book
  1565.  
  1566. !=============================================================================
  1567. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  1568. *optionsSavedMessage:        Options have been saved.
  1569. *clickToSaveMessage:        Click on the link to save.
  1570. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  1571. *noPreviousURLMessage:        No previous document.
  1572. *noNextURLMessage:        No next document.
  1573. *noHomeURLMessage:        No home document specified.
  1574. *notOverImageMessage:        Not over an image.
  1575. *notOverLinkMessage:        Not over a link.
  1576. *noSearchStringMessage:        Nothing to search for.
  1577. *wrapSearchMessage:         End of document reached; continue from beginning?
  1578. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  1579. *noAddressesMessage:         No recipients specified.
  1580. *noFileMessage:             No output file specified.
  1581. *noPrintCommandMessage:         No print command specified.
  1582. *overwriteFileMessage:         Overwrite existing file %s?
  1583. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  1584. *bookmarkConflictMessage:   \
  1585.             Bookmark list not saved.\nReload the disk version now?
  1586. *bookmarksNoFormsMessage:    \
  1587.           Cannot add the result of a form submission to the bookmark list.
  1588. *reallyQuitMessage:        Really Quit?
  1589. *doubleInclusionMessage:    \n\
  1590. The document has already been quoted.\n\
  1591.  \n\
  1592. Are you sure you want to quote it again?\n
  1593.  
  1594. *expireNowMessage:        \
  1595.         This will mark all of your links as unfollowed.\nProceed?
  1596. *clearMemCacheMessage:        \
  1597.     This will remove all the files currently in your memory cache.\nContinue?
  1598. *clearDiskCacheMessage:        \
  1599.     This will remove all the files currently in your disk cache.\nContinue?
  1600.  
  1601. *createCacheDirErrorMessage: \
  1602. Error: unable to create the persistent cache directory:\n\
  1603.  \n\
  1604.             %s: %s.\n\
  1605.  \n\
  1606. Please set a new disk cache directory using the\n\
  1607. `Network Preferences' dialog, found on the `Options' menu.\n
  1608.  
  1609. *createdCacheDirMessage: \
  1610. A directory has been created for use as the disk cache:\n\
  1611.  \n\
  1612.             %s/\n\
  1613.  \n\
  1614. You can change the cache directory in the `Network Preferences'\n\
  1615. dialog, found under the `Options' menu.\n
  1616.  
  1617. *cacheNotDirMessage: \
  1618. Error: the directory configured for use as the disk cache\n\
  1619. exists, but is not a directory:\n\
  1620.  \n\
  1621.             %s\n\
  1622.  \n\
  1623. Please set a new disk cache directory using the\n\
  1624. `Network Preferences' dialog, found on the `Options' menu.\n
  1625.  
  1626. *cacheSuffixMessage: \
  1627.  \n\
  1628. There should be one disk cache per user, so using a shared\n\
  1629. directory (such as /tmp) is not advised.\n\
  1630.  \n\
  1631. The maximum disk cache size is currently %d kilobytes.\n\
  1632. You can change the cache size in the 'Network Preferences'\n\
  1633.  dialog.\n\
  1634.  \n\
  1635. If you wish to disable disk caching, set the Disk Cache Size\n\
  1636. to 0.  If you do this, documents will continue to be cached\n\
  1637. in memory according to the Memory Cache Size preference,\n\
  1638. but will no longer be cached on disk.  This means that the\n\
  1639. cache will not last from session to session of Netscape.
  1640.  
  1641. *cubeTooSmallMessage:        \
  1642. We were only able to allocate %d cells for the color\n\
  1643. cube to which images are dithered.  As a result, the\n\
  1644. image quality may be poor.\n\
  1645.  \n\
  1646. One way to improve image quality is to exit any other\n\
  1647. color-intensive applications which are running and\n\
  1648. restart Netscape.\n\
  1649.  \n\
  1650. Another way is to run Netscape with the `-install' \n\
  1651. command-line option, which will cause it to use a\n\
  1652. private colormap.  The drawback to this is that on\n\
  1653. some systems, this will result in colormap flashing\n\
  1654. when moving focus to other windows.
  1655.  
  1656. *renameInitFilesMessage:        \
  1657. Preferences files from an older version of Netscape exist;\n\
  1658. This version of Netscape uses the same file formats, but the\n\
  1659. file names have changed.  Would you like us to rename these\n\
  1660. files now?
  1661.  
  1662. *unsentMailMessage:            \
  1663.  Unsent mail messages exist, do you really want to quit without sending them?
  1664.  
  1665. *binaryDocumentMessage:            \
  1666.  This document is binary data; cannot view source.
  1667.  
  1668.  
  1669. !=============================================================================
  1670. !*preeditType:                root
  1671. !*netscape.preeditType:            overthespot
  1672.  
  1673. ! default titles for the TopLevelShell widgets.
  1674. ! note that the title and icon title of Navigator windows are
  1675. ! changed at runtime; these resources won't override that.
  1676. *title:                    Netscape
  1677. *iconName:                Netscape
  1678. *Navigator.title:            Netscape Navigator 2.02S
  1679. *Mail.title:                Netscape Mail
  1680. *Mail.iconName:                Mail
  1681. *Mail*preeditType:none
  1682. *News.title:                Netscape News
  1683. *News.iconName:                News
  1684. *News*preeditType:none
  1685. *Download.title:            Netscape Download
  1686. *Download.iconName:            Download
  1687. *Composition.title:            Netscape Message Composition
  1688. *Composition.iconName:            Message Composition
  1689. *Bookmark.title:            Netscape: Bookmarks
  1690. *Bookmark.iconName:            Bookmarks
  1691. *AddressBook.title:            Netscape: Address Book
  1692. *AddressBook.iconName:            Address Book
  1693.  
  1694. *popup.title.labelString:        Netscape Commands:
  1695. *popup.back.labelString:        Back
  1696. *popup.back.mnemonic:            B
  1697. *popup.forward.labelString:        Forward
  1698. *popup.forward.mnemonic:        F
  1699. *popup.home.labelString:        Home
  1700. *popup.openURL.labelString:        Open this Link
  1701. *popup.openURL.mnemonic:        O
  1702. *popup.addURLBookmark.labelString:    Add Bookmark for this Link
  1703. *popup.addURLBookmark.mnemonic:        A
  1704. *popup.openURLNewWindow.labelString:    New Window with this Link
  1705. *popup.openURLNewWindow.mnemonic:    N
  1706. *popup.saveURL.labelString:        Save Link As...
  1707. *popup.saveURL.mnemonic:        S
  1708. *popup.copyURLToClip.labelString:    Copy this Link Location to Clipboard
  1709. *popup.copyURLToClip.mnemonic:        C
  1710. *popup.openImage.labelString:        Open this Image
  1711. *popup.openImage.mnemonic:        I
  1712. *popup.saveImage.labelString:        Save this Image As...
  1713. *popup.saveImage.mnemonic:        v
  1714. *popup.copyImageURLToClip.labelString:    Copy this Image Location
  1715. *popup.copyImageURLToClip.mnemonic:    p
  1716. *popup.loadDelayedImage.labelString:    Load this Image
  1717. *popup*back.acceleratorText:        Ctrl+Left
  1718. *popup*forward.acceleratorText:        Ctrl+Right
  1719. *popup*saveURL.acceleratorText:        Shift+Button1
  1720. *popup*openURL.acceleratorText:        Button1
  1721. *popup*openURLNewWindow.acceleratorText:Button2
  1722. *popup.XmPushButtonGadget.marginLeft:    5
  1723. *popup.XmPushButtonGadget.marginRight:    5
  1724. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  1725. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  1726. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  1727. *popup.separator2.height:        5
  1728. *popup.separator2.separatorType:    NO_LINE
  1729. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  1730. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  1731. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  1732.  
  1733. !
  1734. ! Convert from old version file formats
  1735. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  1736. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  1737.  
  1738. !
  1739. ! Convert from old version file formats
  1740. *sendNow_popup*OK.labelString:        Yes
  1741. *sendNow_popup*Cancel.labelString:    No
  1742.  
  1743.  
  1744. ! Mail/News popup menus
  1745. !
  1746. *Mail*popup.title.labelString:        Netscape Mail
  1747. *News*popup.title.labelString:        Netscape News
  1748.  
  1749. *history_popup.title:            Netscape: Window History
  1750. *history_popup*listLabelString:        Where You've Been...
  1751. *history_popup*OK.labelString:        Go To
  1752. *history_popup*OkLabelString:        Go To
  1753. *history_popup*Cancel.labelString:    Close
  1754. *history_popup*CancelLabelString:    Close
  1755. *history_popup*Apply.labelString:    Create Bookmark
  1756. *history_popup*ApplyLabelString:    Create Bookmark
  1757.  
  1758. *source_popup.title:                Netscape: View Source
  1759. *source_popup*save.labelString:            Save...
  1760. *source_popup*OK.labelString:            OK
  1761. *source_popup*text.editable:            False
  1762. *source_popup*text.cursorPositionVisible:    False
  1763. *source_popup*text.wordWrap:            True
  1764. *source_popup*text.scrollHorizontal:        False
  1765. *source_popup*urlLabel.labelString:        Location:
  1766. *source_popup*titleLabel.labelString:        Title:
  1767. *source_popup*titleLabel.leftOffset:        0
  1768. *source_popup*titleLabel.rightOffset:        4
  1769. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  1770. *source_popup*urlLabel.topOffset:        0
  1771. *source_popup*urlLabel.leftOffset:        0
  1772. *source_popup*urlLabel.rightOffset:        4
  1773. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  1774. *source_popup*titleText.leftOffset:        0
  1775. *source_popup*titleText.rightOffset:        0
  1776. *source_popup*urlText.leftOffset:        0
  1777. *source_popup*urlText.rightOffset:        0
  1778. *source_popup*text.leftOffset:            0
  1779. *source_popup*text.rightOffset:            0
  1780. *source_popup*XmScrolledWindow.topOffset:    8
  1781. *source_popup*text.columns:            80
  1782. *source_popup*text.rows:            20
  1783.  
  1784. *docinfo_popup.title:                Netscape: Document Information
  1785. *docinfo_popup*OK.labelString:    OK
  1786. *docinfo_popup*titleLabel.labelString:        Title:
  1787. *docinfo_popup*urlLabel.labelString:        Location:
  1788. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  1789. *docinfo_popup*sourceLabel.labelString:        Source:
  1790. *docinfo_popup*charsetLabel.labelString:    Encoding:
  1791. *docinfo_popup*dpyLabel.labelString:        Visual:
  1792. *docinfo_popup*securityFrame.label.labelString:    Security Information
  1793. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  1794. *docinfo_popup*certificateText.columns:        60
  1795. *docinfo_popup*certificateText.rows:        6
  1796. *docinfo_popup*certificateText.wordWrap:    True
  1797. *docinfo_popup*certificateText.scrollHorizontal:False
  1798. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  1799. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  1800. *docinfo_popup*securityText.wordWrap:        True
  1801. *docinfo_popup*securityText.scrollHorizontal:    False
  1802. *docinfo_popup*urlLabel.topOffset:        0
  1803. *docinfo_popup*urlLabel.leftOffset:        0
  1804. *docinfo_popup*urlLabel.rightOffset:        4
  1805. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  1806. *docinfo_popup*titleLabel.leftOffset:        0
  1807. *docinfo_popup*titleLabel.rightOffset:        4
  1808. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  1809. *docinfo_popup*modifiedLabel.topOffset:        0
  1810. *docinfo_popup*modifiedLabel.leftOffset:    0
  1811. *docinfo_popup*modifiedLabel.rightOffset:    4
  1812. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  1813. *docinfo_popup*charsetLabel.topOffset:        0
  1814. *docinfo_popup*charsetLabel.leftOffset:        0
  1815. *docinfo_popup*charsetLabel.rightOffset:    4
  1816. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  1817. *docinfo_popup*sourceLabel.topOffset:        0
  1818. *docinfo_popup*sourceLabel.leftOffset:        0
  1819. *docinfo_popup*sourceLabel.rightOffset:        4
  1820. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  1821. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  1822. *docinfo_popup*dpyLabel.topOffset:        5
  1823. *docinfo_popup*dpyLabel.leftOffset:        0
  1824. *docinfo_popup*dpyLabel.rightOffset:        4
  1825. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  1826. *docinfo_popup*dpyText.rows:            3
  1827. *docinfo_popup*dpyText.columns:            48
  1828. *docinfo_popup*titleText.columns:        40
  1829. *docinfo_popup*securityFrame.topOffset:        10
  1830. *docinfo_popup*keyDescLabel.leftOffset:        14
  1831. *docinfo_popup*keyDescLabel.rightOffset:    14
  1832. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  1833. *docinfo_popup*certificateLabel.leftOffset:    10
  1834. *docinfo_popup*certificateLabel.rightOffset:    10
  1835. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  1836. *docinfo_popup*securityLabel.leftOffset:    14
  1837. *docinfo_popup*securityLabel.rightOffset:    14
  1838. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  1839. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  1840. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  1841.  
  1842. *docinfo*noSecurityMessage:\
  1843. This version of Netscape does not have security built in.
  1844.  
  1845. *docinfo*securityLabel.labelString:\
  1846. Security protects Internet documents you receive and information you send\n\
  1847. back with server authentication, privacy using encryption, and data\n\
  1848. integrity.  You can see a document's security status using the key/broken\n\
  1849. key icon in the status area or the colorbar above the content area (blue for\n\
  1850. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  1851. for details.
  1852.  
  1853.  
  1854.  
  1855. *bmPreferences_popup.title:                Netscape: Bookmarks
  1856. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  1857. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  1858. *bmPreferences_popup*addbm_option.labelString: Add bookmarks to this header
  1859. *bmPreferences_popup*bmmenu_option.labelString: View this header in bookmarks menu
  1860. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  1861. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  1862.  
  1863. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  1864. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  1865. *bookmarksWhatsChanged*start.labelString: Start
  1866. *bookmarksWhatsChanged*cancel.labelString: Cancel
  1867. *bookmarksWhatsChanged*title.labelString: What's changed?
  1868. *bookmarksWhatsChanged.width: 400
  1869. *bookmarksWhatsChanged.minWidth: 400
  1870. *bookmarksWhatsChanged.maxWidth: 400
  1871. *bookmarksWhatsChanged.height: 300
  1872. *bookmarksWhatsChanged.minHeight: 300
  1873. *bookmarksWhatsChanged.maxHeight: 300
  1874.  
  1875. *mailto_field*fromLabel.labelString:        From:
  1876. *mailto_field*replyToLabel.labelString:        Reply To:
  1877. *mailto_field*toLabel.labelString:        Mail To:
  1878. *mailto_field*ccLabel.labelString:        Mail CC:
  1879. *mailto_field*bccLabel.labelString:        Mail BCC:
  1880. *mailto_field*fccLabel.labelString:        File CC:
  1881. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  1882. *mailto_field*followupToLabel.labelString:    Followup To:
  1883. *mailto_field*subjectLabel.labelString:        Subject:
  1884. *mailto_field*attachmentsLabel.labelString:        Attachment:
  1885. *mailto_field*attachButton.labelString:        Attach...
  1886. *mailto_field*browseButton.labelString:        Browse...
  1887. *mailto_bodyText.wordWrap:            True
  1888. *mailto_bodyText.scrollHorizontal:        False
  1889. *mailto_field*attachButton.marginWidth:        10
  1890. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  1891. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  1892. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  1893. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  1894. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  1895. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  1896. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  1897. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  1898. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  1899. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  1900.  
  1901. ! This is 72 rather than 79 or 80 because the width of the window controls
  1902. ! when word wrapping should occur; the Motif text area has no mechanism for
  1903. ! wrapping at a column other than the last one.  So, if we want a fill-column
  1904. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  1905. ! sending out lines with 80 characters on them is antisocial, as many programs
  1906. ! and terminals (including emacs) can only display 79 characters without 
  1907. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  1908. ! room for further followups to quote the lines with ">" without causing
  1909. ! lines to wrap.
  1910. !
  1911. ! Note that, in the composition window, lines beginning with ">" will not
  1912. ! be wrapped at all, despite the appearance on the screen.  So just because
  1913. ! it looks like the quoted text has been mangled, doesn't mean it has.
  1914. !
  1915. *mailto_bodyText.columns:            72
  1916. *mailto_bodyText.rows:                15
  1917.  
  1918.  
  1919. ! Some people just aren't too hip.
  1920. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  1921.  
  1922. *attach_popup.title:                Netscape: Attach Document
  1923. *attach_popup*attach.Cancel.labelString:    Cancel
  1924. *attach_popup*list.visibleItemCount:        10
  1925. *attach_popup*messagebox.bottomOffset:        50
  1926. *attach_popup*attachLocation.labelString:    Attach Location (URL)...
  1927. *attach_popup*attachFile.labelString:        Attach File...
  1928. *attach_popup*delete.labelString:        Delete
  1929. *attach_popup*label.labelString:        Attach:
  1930. *attach_popup*sourceToggle.labelString:        As is
  1931. *attach_popup*textToggle.labelString:        Convert to Plain Text
  1932. *attach_popup*postscriptToggle.labelString:    Convert to PostScript
  1933. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  1934. *attach_popup*indicatorType:            ONE_OF_MANY
  1935. *attach_popup*attachLocation.bottomOffset:    10
  1936. *attach_popup*label.bottomOffset:        10
  1937. *attach_popup*sourceToggle.leftOffset:        10
  1938. *attach_popup*textToggle.leftOffset:        10
  1939. *attach_popup*postscriptToggle.leftOffset:    10
  1940.  
  1941. *location_popup.title:                Netscape: URL Attachment
  1942. *location_popup*XmLabelGadget.alignment:    ALIGNMENT_BEGINNING
  1943. *location_popup*label.labelString:    Please specify a Location to attach:
  1944. *location_popup*locationLabel.labelString:    Location (URL):
  1945. *location_popup*locationText.columns:        40
  1946. *location_popup*locationText.leftOffset:    20
  1947.  
  1948. *formatType*none.labelString:        No Attachment
  1949. *formatType*text.labelString:        Text
  1950. *formatType*formattedText.labelString:    Formatted Text
  1951. *formatType*html.labelString:        Source
  1952. *formatType*tree.labelString:        Source and Images
  1953. *formatType*ps.labelString:        PostScript
  1954. *formatType*url.labelString:        URL Only
  1955.  
  1956. ! ============================== Preferences ================================
  1957.  
  1958. ! Resources for top-level
  1959.  
  1960. *general_prefs_popup.title:                       Netscape: General Preferences
  1961. *general_prefs*OkLabelString:                     OK
  1962. *general_prefs*Apply.labelString:                 Cancel
  1963. *general_prefs*ApplyLabelString:                  Cancel
  1964. *general_prefs*Cancel.labelString:                Defaults
  1965. *general_prefs*CancelLabelString:                 Defaults
  1966. !*general_prefs_popup*preeditType:                none
  1967.  
  1968. *mailnews_prefs_popup.title:                       Netscape: Mail & News Preferences
  1969. *mailnews_prefs*OkLabelString:                     OK
  1970. *mailnews_prefs*Apply.labelString:                 Cancel
  1971. *mailnews_prefs*ApplyLabelString:                  Cancel
  1972. *mailnews_prefs*Cancel.labelString:                Defaults
  1973. *mailnews_prefs*CancelLabelString:                 Defaults
  1974. !*mailnews_prefs_popup*preeditType:                none
  1975.  
  1976. *network_prefs_popup.title:            Netscape: Network Preferences
  1977. *network_prefs*OkLabelString:                OK
  1978. *network_prefs*Apply.labelString:            Cancel
  1979. *network_prefs*ApplyLabelString:            Cancel
  1980. *network_prefs*Cancel.labelString:            Defaults
  1981. *network_prefs*CancelLabelString:            Defaults
  1982. !*network_prefs_popup*preeditType:            none
  1983.  
  1984. *security_prefs_popup.title:            Netscape: Security Preferences
  1985. *security_prefs*OkLabelString:                OK
  1986. *security_prefs*Apply.labelString:            Cancel
  1987. *security_prefs*ApplyLabelString:            Cancel
  1988. *security_prefs*Cancel.labelString:            Defaults
  1989. *security_prefs*CancelLabelString:            Defaults
  1990. !*security_prefs_popup*preeditType:            none
  1991.  
  1992. ! Preferences: Applications
  1993. !
  1994. *general_prefs*appsFrame*appsBoxLabel.labelString:    Applications
  1995. *general_prefs*appsFrame.topOffset:            10
  1996. *general_prefs*appsFrame.leftOffset:            10
  1997. *general_prefs*appsFrame.rightOffset:            10
  1998. *general_prefs*appsFrame.bottomOffset:            10
  1999. *general_prefs*appsFrame*telnetLabel.labelString:    Telnet Application:
  2000. *general_prefs*appsFrame*tn3270Label.labelString:    TN3270 Application:
  2001. *general_prefs*appsFrame*rloginLabel.labelString:    Rlogin Application:
  2002. *general_prefs*appsFrame*rloginUserLabel.labelString:    Rlogin with User:
  2003. *general_prefs*appsFrame*appsFrame.topOffset:        10
  2004. *general_prefs*appsFrame*rloginUserText.bottomOffset:    10
  2005. *general_prefs*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  2006. *general_prefs*appsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2007. *general_prefs*appsFrame*telnetText.rightOffset:    10
  2008.  
  2009. *general_prefs*appsFrame*tmpLabel.labelString:         Temporary Directory:
  2010. *general_prefs*appsFrame*tmpBrowse.labelString:        Browse...
  2011. *general_prefs*appsFrame*tmpText.bottomOffset:        10
  2012. *general_prefs*appsFrame*tmpText.rightOffset:        10
  2013. *general_prefs*appsFrame*tmpBrowse.rightOffset:        10
  2014.  
  2015. ! Preferences: Cache
  2016. !
  2017. *network_prefs*cacheFrame*cacheBoxLabel.labelString:    Cache
  2018. *network_prefs*cacheFrame.topOffset:            10
  2019. *network_prefs*cacheFrame.leftOffset:            10
  2020. *network_prefs*cacheFrame.rightOffset:            10
  2021. *network_prefs*cacheFrame.bottomOffset:            10
  2022. *network_prefs*cacheFrame*memoryLabel.labelString:    Memory Cache:
  2023. *network_prefs*cacheFrame*diskLabel.labelString:    Disk Cache:
  2024. *network_prefs*cacheFrame*dirLabel.labelString:        Disk Cache Directory:
  2025. *network_prefs*cacheFrame*verifyLabel.labelString:    Verify Document:
  2026. *network_prefs*cacheFrame*onceToggle.labelString:    Once per Session
  2027. *network_prefs*cacheFrame*everyToggle.labelString:    Every Time
  2028. *network_prefs*cacheFrame*expiredToggle.labelString:    Never
  2029. *network_prefs*cacheFrame*browse.labelString:        Browse...
  2030. *network_prefs*cacheFrame*k.labelString:        Kilobytes
  2031. *network_prefs*cacheFrame*memClear.labelString:        Clear Memory Cache Now
  2032. *network_prefs*cacheFrame*diskClear.labelString:    Clear Disk Cache Now
  2033. *network_prefs*cacheFrame*memoryText.columns:        6
  2034. *network_prefs*cacheFrame*diskText.columns:        6
  2035. *network_prefs*cacheFrame*cacheDirText.columns:        15
  2036. *network_prefs*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  2037. *network_prefs*cacheFrame*memoryLabel.alignment:    ALIGNMENT_END
  2038. *network_prefs*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  2039. *network_prefs*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  2040. *network_prefs*cacheFrame*verifyLabel.alignment:    ALIGNMENT_END
  2041. *network_prefs*cacheFrame*memClear.leftOffset:        25
  2042. *network_prefs*cacheFrame*diskClear.leftOffset:        25
  2043. *network_prefs*cacheFrame*browse.rightOffset:        10
  2044. *network_prefs*cacheFrame*browse.bottomOffset:        10
  2045. *network_prefs*cacheFrame*memoryText.bottomOffset:    10
  2046. *network_prefs*cacheFrame*onceToggle.bottomOffset:    10
  2047. *network_prefs*cacheFrame*cacheDirText.bottomOffset:    10
  2048. *network_prefs*cacheFrame*indicatorType:        ONE_OF_MANY
  2049. *network_prefs*cacheFrame*browse.marginWidth:        10
  2050. *network_prefs*cacheFrame*memClear.marginWidth:        10
  2051. *network_prefs*cacheFrame*diskClear.marginWidth:    10
  2052.  
  2053. ! Preferences: Colors
  2054. !
  2055.  
  2056. ! Preferences: Composition
  2057. !
  2058. *mailnews_prefs*XmFrame.XmLabel.leftOffset:            10
  2059. *mailnews_prefs*XmFrame.XmLabel.topOffset:            -4
  2060. *mailnews_prefs*XmFrame.topOffset:                10
  2061. *mailnews_prefs*XmFrame.leftOffset:                10
  2062. *mailnews_prefs*XmFrame.rightOffset:                10
  2063. *mailnews_prefs*XmFrame.bottomOffset:                10
  2064.  
  2065. *mailnews_prefs*composeFrame*composeBoxLabel.labelString:    \
  2066.                     When composing Mail and News Messages
  2067. *mailnews_prefs*composeFrame*8bitLabel.labelString:         Send and Post:
  2068. *mailnews_prefs*composeFrame*8bitToggle.labelString:         Allow 8-bit
  2069. *mailnews_prefs*composeFrame*8bitToggle.bottomOffset:        4
  2070. *mailnews_prefs*composeFrame*qpToggle.labelString:\
  2071.                          MIME Compliant (Quoted Printable)
  2072. *mailnews_prefs*composeFrame*8bitToggle.indicatorType:        ONE_OF_MANY
  2073. *mailnews_prefs*composeFrame*qpToggle.indicatorType:        ONE_OF_MANY
  2074. *mailnews_prefs*composeFrame*deliverLabel.labelString:        Deliver mail:
  2075. *mailnews_prefs*composeFrame*deliverAutoToggle.labelString:    Automatically
  2076. *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType:    ONE_OF_MANY
  2077. *mailnews_prefs*composeFrame*deliverQToggle.labelString:    \
  2078.         Queue for Manual Delivery
  2079. *mailnews_prefs*composeFrame*deliverQToggle.indicatorType:    ONE_OF_MANY
  2080.  
  2081. *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString:    \
  2082.         By default, email a copy of outgoing messages to:
  2083. *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString:    Mail Messages:
  2084. *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString:    Self
  2085. *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString:    Other address:
  2086. *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString:    News Messages:
  2087. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString:    Self
  2088. *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString:    Other address:
  2089.  
  2090. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset:    10
  2091. *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset:    10
  2092. *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset:    10
  2093.  
  2094. *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString:    \
  2095.         By default, copy outgoing messages to:
  2096. *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString:    Mail Messages:
  2097. *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString:    News Messages:
  2098. *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString:    Choose...
  2099. *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString:    Choose...
  2100.  
  2101. *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset:    10
  2102. *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset:        10
  2103.  
  2104. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
  2105. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset:  10
  2106. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
  2107.  
  2108. ! Preferences: Servers
  2109. !
  2110. *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString:    Outgoing Mail
  2111. *mailnews_prefs*outMailFrame.topOffset:            10
  2112. *mailnews_prefs*outMailFrame.leftOffset:        10
  2113. *mailnews_prefs*outMailFrame.rightOffset:        10
  2114. *mailnews_prefs*outMailFrame.bottomOffset:        10
  2115. *mailnews_prefs*outMailFrame*smtpText.topOffset:    10
  2116. *mailnews_prefs*outMailFrame*smtpText.rightOffset:    10
  2117. *mailnews_prefs*outMailFrame*smtpLabel.labelString:    SMTP Server:
  2118.  
  2119. *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString:    Incoming Mail
  2120. *mailnews_prefs*inMailFrame.topOffset:            10
  2121. *mailnews_prefs*inMailFrame.leftOffset:            10
  2122. *mailnews_prefs*inMailFrame.rightOffset:        10
  2123. *mailnews_prefs*inMailFrame.bottomOffset:        10
  2124. *mailnews_prefs*inMailFrame.mailFrame.topOffset:    10
  2125. *mailnews_prefs*inMailFrame*limitLabel.labelString:    Max Message Size:
  2126. *mailnews_prefs*inMailFrame*msgLabel.labelString:    After delivery:
  2127. *mailnews_prefs*inMailFrame*checkLabel.labelString:    Check for Mail:
  2128. *mailnews_prefs*inMailFrame*movemailLabel.labelString:    Movemail Application:
  2129. *mailnews_prefs*inMailFrame*movemailText.rightOffset:    10
  2130. *mailnews_prefs*inMailFrame*movemailText.bottomOffset:    10
  2131. *mailnews_prefs*inMailFrame*movemailBrowse.labelString:    Browse...
  2132. *mailnews_prefs*inMailFrame*userLabel.labelString:    User Name:
  2133. *mailnews_prefs*inMailFrame*userText.rightOffset:    10
  2134. *mailnews_prefs*inMailFrame*srvrLabel.labelString:    Server:
  2135. *mailnews_prefs*inMailFrame*srvrText.topOffset:        10
  2136. *mailnews_prefs*inMailFrame*srvrText.rightOffset:    10
  2137. *mailnews_prefs*inMailFrame*sysLabel.labelString:     Mail System:
  2138. *mailnews_prefs*inMailFrame*noLimit.labelString:    None
  2139. *mailnews_prefs*inMailFrame*msgLimit.labelString:    Largest Message is: 
  2140. *mailnews_prefs*inMailFrame*limitSuffix.labelString:    Bytes
  2141. *mailnews_prefs*inMailFrame*checkSuffix.labelString:    minutes
  2142. *mailnews_prefs*inMailFrame*msgRemove.labelString:    Remove from server
  2143. *mailnews_prefs*inMailFrame*msgLeave.labelString:    Leave on server 
  2144. *mailnews_prefs*inMailFrame*checkEvery.labelString:    Every:
  2145. *mailnews_prefs*inMailFrame*checkEvery.bottomOffset:    10
  2146. *mailnews_prefs*inMailFrame*checkNever.labelString:    Never 
  2147. *mailnews_prefs*inMailFrame*checkText.columns:        3
  2148. *mailnews_prefs*inMailFrame*limitText.columns:        5
  2149. *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail:
  2150. *mailnews_prefs*inMailFrame*builtinToggle.labelString:     Built in Movemail
  2151. *mailnews_prefs*inMailFrame*popToggle.labelString:     POP3:
  2152. *mailnews_prefs*inMailFrame*popToggle.indicatorType:    ONE_OF_MANY
  2153. *mailnews_prefs*inMailFrame*moveToggle.indicatorType:    ONE_OF_MANY
  2154. *mailnews_prefs*inMailFrame*builtinToggle.indicatorType:    ONE_OF_MANY
  2155. *mailnews_prefs*inMailFrame*externalToggle.indicatorType:    ONE_OF_MANY
  2156. *mailnews_prefs*inMailFrame*XmLabel.alignment:        ALIGNMENT_END
  2157. *mailnews_prefs*inMailFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2158. *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
  2159. *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
  2160. *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
  2161. *mailnews_prefs*inMailFrame*indicatorType:        ONE_OF_MANY
  2162.  
  2163. !*mailnews_prefs*inMailFrame*tmpLabel.labelString:        
  2164. !*mailnews_prefs*inMailFrame*bookLabel.labelString:     
  2165.  
  2166. ! Preferences: Fonts
  2167. !
  2168. *general_prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  2169. *general_prefs*fontsFrame.topOffset:            10
  2170. *general_prefs*fontsFrame.leftOffset:            10
  2171. *general_prefs*fontsFrame.rightOffset:            10
  2172. *general_prefs*fontsFrame.bottomOffset:            10
  2173. *general_prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  2174. *general_prefs*fontsFrame*proportionalLabel.labelString:Use the Proportional Font:
  2175. *general_prefs*fontsFrame*propSizeLabel.labelString:    Size:
  2176. *general_prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  2177. *general_prefs*fontsFrame*fixedLabel.labelString:    Use the Fixed Font:
  2178. *general_prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  2179. *general_prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  2180. *general_prefs*fontsFrame*0.labelString:        Any
  2181. *general_prefs*fontsFrame*encodingLabel.alignment:    ALIGNMENT_END
  2182. *general_prefs*fontsFrame*encodingLabel.topOffset:    10
  2183. *general_prefs*fontsFrame*proportionalLabel.alignment:    ALIGNMENT_END
  2184. *general_prefs*fontsFrame*propSizeField.columns:    5
  2185. *general_prefs*fontsFrame*propSizeField.rightOffset:    10
  2186. *general_prefs*fontsFrame*fixedLabel.alignment:        ALIGNMENT_END
  2187. *general_prefs*fontsFrame*fixedSizeField.columns:    5
  2188. *general_prefs*fontsFrame*fixedSizeField.rightOffset:    10
  2189.  
  2190. ! Preferences: Appearance (Mail & News)
  2191. !
  2192. *mailnews_prefs*msgFrame*msgBoxLabel.labelString:    Message Appearance
  2193. *mailnews_prefs*msgFrame.topOffset:            10
  2194. *mailnews_prefs*msgFrame.leftOffset:            10
  2195. *mailnews_prefs*msgFrame.rightOffset:            10
  2196. *mailnews_prefs*msgFrame.bottomOffset:            10
  2197. *mailnews_prefs*msgFrame*qstyleLabel.labelString:    Text Style:
  2198. *mailnews_prefs*msgFrame*qsizeLabel.labelString:    Text Size:
  2199. *mailnews_prefs*msgFrame*quotedLabel.labelString:    \
  2200.     Text beginning with > (quoted text) has the following characteristics
  2201. *mailnews_prefs*msgFrame*fixedLabel.labelString:    \
  2202.     Messages and Articles are shown with:
  2203. *mailnews_prefs*msgFrame*qstyleLabel.alignment:        ALIGNMENT_END
  2204. *mailnews_prefs*msgFrame*qsizeLabel.alignment:        ALIGNMENT_END
  2205. *mailnews_prefs*msgFrame*varMsgFont.labelString:    Variable Width Font
  2206. *mailnews_prefs*msgFrame*fixedMsgFont.labelString:    Fixed Width Font
  2207. *mailnews_prefs*msgFrame*plain.labelString:        Plain
  2208. *mailnews_prefs*msgFrame*normal.labelString:        Normal
  2209. *mailnews_prefs*msgFrame*bold.labelString:        Bold
  2210. *mailnews_prefs*msgFrame*italic.labelString:        Italic
  2211. *mailnews_prefs*msgFrame*boldItalic.labelString:    Bold Italic
  2212. *mailnews_prefs*msgFrame*bigger.labelString:        Bigger
  2213. *mailnews_prefs*msgFrame*smaller.labelString:        Smaller
  2214. *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset:    10
  2215. *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset:    10
  2216. *mailnews_prefs*msgFrame*varMsgLabel.topOffset:        10
  2217. *mailnews_prefs*msgFrame*varMsgLabel.leftOffset:    10
  2218. *mailnews_prefs*msgFrame*plain.topOffset:        10
  2219. *mailnews_prefs*msgFrame*indicatorType:            ONE_OF_MANY
  2220. *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset:    40
  2221. *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset:    10
  2222. *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType:    N_OF_MANY
  2223. *mailnews_prefs*autoQuoteToggle.labelString:            \
  2224.         Automatically quote original message when replying
  2225.  
  2226.  
  2227. ! Preferences: Helper Applications
  2228. !
  2229. *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
  2230. *general_prefs*helperFrame.topOffset:                   10
  2231. *general_prefs*helperFrame.leftOffset:                   10
  2232. *general_prefs*helperFrame.rightOffset:                   10
  2233. *general_prefs*helperFrame.bottomOffset:               10
  2234. *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
  2235. *general_prefs*helperFrame*privateMimeTypesLabel.labelString:Personal Types File:
  2236. *general_prefs*helperFrame*globalMailcapLabel.labelString:   Global Mailcap File:
  2237. *general_prefs*helperFrame*privateMailcapLabel.labelString:Personal Mailcap File:
  2238. *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString:  Browse...
  2239. *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
  2240. *general_prefs*helperFrame*globalMailcapBrowseButton.labelString:   Browse...
  2241. *general_prefs*helperFrame*privateMailcapBrowseButton.labelString:   Browse...
  2242. *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  2243. *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  2244. *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth:   10
  2245. *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  2246. *general_prefs*helperFrame*XmLabel.rightOffset:                  4
  2247. *general_prefs*helperFrame*XmLabelGadget.rightOffset:           4
  2248. *general_prefs*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  2249. *general_prefs*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  2250. *general_prefs*helperFrame*XmTextField.columns:               35
  2251. *general_prefs*helperFrame*globalMailcapText.topOffset:           10
  2252. *general_prefs*helperFrame*privateMailcapText.bottomOffset:        10
  2253. *general_prefs*helperFrame*XmPushButtonGadget.leftOffset:       10
  2254. *general_prefs*helperFrame*XmPushButtonGadget.rightOffset:       10
  2255.  
  2256.  
  2257. ! Preferences: Identity
  2258. !
  2259. *mailnews_prefs*identityFrame*identityBoxLabel.labelString:    Identity
  2260. *mailnews_prefs*identityFrame*identityBoxLabel.topOffset:    -4
  2261. *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset:    10
  2262. *mailnews_prefs*identityFrame.topOffset:            10
  2263. *mailnews_prefs*identityFrame.leftOffset:            10
  2264. *mailnews_prefs*identityFrame.rightOffset:            10
  2265. *mailnews_prefs*identityFrame.bottomOffset:            10
  2266. *mailnews_prefs*identityFrame*nameLabel.labelString:         Your Name:
  2267. *mailnews_prefs*identityFrame*mailLabel.labelString:         Email Address:
  2268. *mailnews_prefs*identityFrame*orgLabel.labelString:          Your Organization:
  2269. *mailnews_prefs*identityFrame*sigLabel.labelString:         Signature File:
  2270. *mailnews_prefs*identityFrame*sigBrowse.labelString:        Browse...
  2271. *mailnews_prefs*identityFrame*XmLabel.leftOffset:        4
  2272. *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset:        4
  2273. *mailnews_prefs*identityFrame*XmTextField.rightOffset:        10
  2274. *mailnews_prefs*identityFrame*sigBrowse.rightOffset:        10
  2275. *mailnews_prefs*identityFrame*identityText.bottomOffset:    15
  2276. *mailnews_prefs*identityFrame*orgText.bottomOffset:        15
  2277. *mailnews_prefs*identityFrame*sigText.bottomOffset:        15
  2278. *mailnews_prefs*identityFrame*sigText.columns:            35
  2279. *mailnews_prefs*identityFrame*XmLabel.alignment:        ALIGNMENT_END
  2280. *mailnews_prefs*identityFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  2281. *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset:    8
  2282. *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset:    8
  2283. *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth:    10
  2284.  
  2285. ! Preferences: Organization
  2286. !
  2287. *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
  2288.      Mail and News Composition Window Organization
  2289. *mailnews_prefs*organizationFrame*trashToggle.labelString:\
  2290.     Empty Trash when closing Netscape mail
  2291. *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
  2292.     Remember Mail Password
  2293. *mailnews_prefs*organizationFrame*trashToggle.leftOffset:    40
  2294. *mailnews_prefs*organizationFrame*passwordToggle.leftOffset:    40
  2295.  
  2296. *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
  2297.     Mail and News Threading
  2298. *mailnews_prefs*threadFrame*line1Label.labelString:\
  2299.     Mail Messages and News Articles can be threaded. Threading means that
  2300. *mailnews_prefs*threadFrame*line2Label.labelString:\
  2301.     if you receive a reply, it will be shown next to the original message.
  2302. *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
  2303.     Thread Mail Messages
  2304. *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
  2305.     Thread News Messages
  2306. *mailnews_prefs*threadFrame*threadMailToggle.leftOffset:    40
  2307. *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset:    40
  2308.  
  2309. *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:\
  2310.     Mail and News Sorting
  2311. *mailnews_prefs*mnSortFrame*mSortLabel.labelString:        Sort Mail by:
  2312. *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString:    Date
  2313. *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString:        Message Number
  2314. *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString:    Subject
  2315. *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString:    Sender
  2316. *mailnews_prefs*mnSortFrame*nSortLabel.labelString:        Sort News by:
  2317. *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString:    Date
  2318. *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString:        Message Number
  2319. *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString:    Subject
  2320. *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString:    Sender
  2321. *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType:        ONE_OF_MANY
  2322.  
  2323. ! Preferences: Images
  2324. !
  2325. *general_prefs*imagesFrame*imagesBoxLabel.labelString:    Images
  2326. *general_prefs*imagesFrame.topOffset:            10
  2327. *general_prefs*imagesFrame.leftOffset:            10
  2328. *general_prefs*imagesFrame.rightOffset:            10
  2329. *general_prefs*imagesFrame.bottomOffset:        10
  2330. *general_prefs*imagesFrame*colors.labelString:        Colors:
  2331. *general_prefs*imagesFrame*auto.labelString:        Automatic
  2332. *general_prefs*imagesFrame*dither.labelString:        Dither
  2333. *general_prefs*imagesFrame*closest.labelString:        Substitute Colors
  2334. *general_prefs*imagesFrame*display.labelString:        Display Images:
  2335. *general_prefs*imagesFrame*while.labelString:        While Loading
  2336. *general_prefs*imagesFrame*after.labelString:        After Loading
  2337. *general_prefs*imagesFrame*imagesFrame.topOffset:    10
  2338. *general_prefs*imagesFrame*closest.rightOffset:        10
  2339. *general_prefs*imagesFrame*while.bottomOffset:        10
  2340. *general_prefs*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2341. *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  2342. *general_prefs*imagesFrame*indicatorType:        ONE_OF_MANY
  2343. *general_prefs*imagesFrame*after.bottomOffset:        10
  2344. *general_prefs*imagesFrame*display.leftOffset:        0
  2345. *general_prefs*imagesFrame*display.rightOffset:        0
  2346.  
  2347. ! Preferences: Languages
  2348. !
  2349. *general_prefs*languagesFrame*languagesBoxLabel.labelString:    Request Language/Region
  2350. *general_prefs*languagesFrame.topOffset:            10
  2351. *general_prefs*languagesFrame.leftOffset:            10
  2352. *general_prefs*languagesFrame.rightOffset:            10
  2353. *general_prefs*languagesFrame.bottomOffset:            10
  2354. *general_prefs*languagesFrame*list1.leftOffset:            10
  2355. *general_prefs*languagesFrame*others.labelString:        Others:
  2356. *general_prefs*languagesFrame*langs.1:    Chinese [zh]
  2357. *general_prefs*languagesFrame*langs.2:    Chinese/China [zh-CN]
  2358. *general_prefs*languagesFrame*langs.3:    Chinese/Taiwan [zh-TW]
  2359. *general_prefs*languagesFrame*langs.4:    English [en]
  2360. *general_prefs*languagesFrame*langs.5:    English/United Kingdom [en-GB]
  2361. *general_prefs*languagesFrame*langs.6:    English/United States [en-US]
  2362. *general_prefs*languagesFrame*langs.7:    French [fr]
  2363. *general_prefs*languagesFrame*langs.8:    French/Canada [fr-CA]
  2364. *general_prefs*languagesFrame*langs.9:    French/France [fr-FR]
  2365. *general_prefs*languagesFrame*langs.10:    German [de]
  2366. *general_prefs*languagesFrame*langs.11:    Italian [it]
  2367. *general_prefs*languagesFrame*langs.12:    Japanese [ja]
  2368. *general_prefs*languagesFrame*langs.13:    Korean [ko]
  2369. *general_prefs*languagesFrame*langs.14:    Portuguese [pt]
  2370. *general_prefs*languagesFrame*langs.15:    Portuguese/Brazil [pt-BR]
  2371. *general_prefs*languagesFrame*langs.16:    Spanish [es]
  2372. *general_prefs*languagesFrame*langs.17:    Spanish/Spain [es-ES]
  2373.  
  2374. ! Preferences: Mail
  2375. !
  2376. *mailnews_prefs*mailFrame*mailBoxLabel.labelString:    Mail
  2377. *mailnews_prefs*mailFrame*mailBoxLabel.topOffset:    -4
  2378. *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset:    10
  2379. *mailnews_prefs*mailFrame.topOffset:            10
  2380. *mailnews_prefs*mailFrame.leftOffset:            10
  2381. *mailnews_prefs*mailFrame.rightOffset:            10
  2382. *mailnews_prefs*mailFrame.bottomOffset:            10
  2383.  
  2384. ! Preferences: Connections
  2385. !
  2386. *network_prefs*netFrame*netBoxLabel.labelString:    Connections
  2387. *network_prefs*netFrame.topOffset:            10
  2388. *network_prefs*netFrame.leftOffset:            10
  2389. *network_prefs*netFrame.rightOffset:            10
  2390. *network_prefs*netFrame.bottomOffset:            10
  2391. *network_prefs*netFrame*bufLabel.labelString:        Network Buffer Size:
  2392. *network_prefs*netFrame*connLabel.labelString:        Connections:
  2393. *network_prefs*netFrame*connSuffix.labelString:    \
  2394.             (Maximum number of simultaneous network connections)
  2395. *network_prefs*netFrame*k.labelString:            Kilobytes
  2396. *network_prefs*netFrame*connSuffix.rightOffset:        10
  2397. *network_prefs*netFrame*networkFrame.topOffset:        10
  2398. *network_prefs*netFrame*bufText.columns:        6
  2399. *network_prefs*netFrame*connText.columns:        6
  2400. *network_prefs*netFrame*alignment:            ALIGNMENT_BEGINNING
  2401. *network_prefs*netFrame*bufLabel.alignment:        ALIGNMENT_END
  2402. *network_prefs*netFrame*connLabel.alignment:        ALIGNMENT_END
  2403. *network_prefs*netFrame*bufText.bottomOffset:        10
  2404. *network_prefs*netFrame*connText.bottomOffset:        10
  2405.  
  2406. ! Preferences: News
  2407. !
  2408. *mailnews_prefs*newsFrame*newsBoxLabel.labelString:    News
  2409. *mailnews_prefs*newsFrame*newshostLabel.labelString:    News (NNTP) Server:
  2410. *mailnews_prefs*newsFrame.topOffset:            10
  2411. *mailnews_prefs*newsFrame.leftOffset:            10
  2412. *mailnews_prefs*newsFrame.rightOffset:            10
  2413. *mailnews_prefs*newsFrame.bottomOffset:            10
  2414. *mailnews_prefs*newsFrame*newsrcLabel.labelString:    News Directory:
  2415. *mailnews_prefs*newsFrame*newsrcBrowse.labelString:    Browse...
  2416. *mailnews_prefs*newsFrame*newsMaxLabel.labelString:    Get:
  2417. *mailnews_prefs*newsFrame*newsMaxSuffix.labelString:    \
  2418.                 Messages at a Time (Maximum 3500)
  2419. *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset:    0
  2420. *mailnews_prefs*newsFrame*newsMaxText.columns:        5
  2421. *mailnews_prefs*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  2422. *mailnews_prefs*newsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2423. *mailnews_prefs*newsFrame*newsMaxSuffix.alignment:    ALIGNMENT_BEGINNING
  2424. *mailnews_prefs*newsFrame*XmTextField.rightOffset:    10
  2425. *mailnews_prefs*newsFrame*XmLabel.leftOffset:        4
  2426. *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset:    4
  2427. *mailnews_prefs*newsFrame*XmLabel.rightOffset:        4
  2428. *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset:    4
  2429. *mailnews_prefs*newsFrame*newsMaxText.bottomOffset:    10
  2430. *mailnews_prefs*newsFrame.topOffset:            10
  2431. *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
  2432. *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
  2433. *mailnews_prefs*newsFrame*newsrcText.columns:          35
  2434. *mailnews_prefs*newsFrame*newsrcText.bottomOffset:      10
  2435.  
  2436. ! Preferences: Proxies
  2437. !
  2438. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies
  2439. *network_prefs*proxiesFrame.topOffset:            10
  2440. *network_prefs*proxiesFrame.leftOffset:            10
  2441. *network_prefs*proxiesFrame.rightOffset:        10
  2442. *network_prefs*proxiesFrame.bottomOffset:        10
  2443. !*network_prefs*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  2444. !*network_prefs*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2445. *network_prefs*proxiesFrame*XmTextField.columns:    30
  2446. *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  2447. *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  2448. !*network_prefs*proxiesFrame*XmLabel.leftOffset:    10
  2449. !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset:    10
  2450.  
  2451. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration
  2452. *network_prefs*proxiesFrame*proxiesLabel.alignment:    ALIGNMENT_BEGINNING
  2453. *network_prefs*proxiesFrame*proxiesLabel.labelString:    A proxy allows your computer to access the Internet through a firewall.
  2454. *network_prefs*proxiesFrame*locationLabel.labelString:    Location (URL):
  2455. *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies
  2456. *network_prefs*proxiesFrame*manualToggle.labelString:    Manual Proxy Configuration
  2457. *network_prefs*proxiesFrame*proxyReload.labelString:    Reload
  2458. *network_prefs*proxiesFrame*proxyReload.rightOffset:    10
  2459. *network_prefs*proxiesFrame*proxyReload.bottomOffset:    10
  2460. *network_prefs*proxiesFrame*manualBrowse.labelString:    View ...
  2461. *network_prefs*proxiesFrame*autoToggle.labelString:    Automatic Proxy Configuration
  2462. *network_prefs*proxiesFrame*autoText.rightOffset:    10
  2463. *network_prefs*proxiesFrame*autoText.bottomOffset:    10
  2464. *network_prefs*proxiesFrame*indicatorType:        ONE_OF_MANY
  2465.  
  2466.  
  2467. *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:Manual Proxy Configuration
  2468. *proxies_prefs*proxiesFrame*ftpLabel.labelString:    FTP Proxy:
  2469. *proxies_prefs*proxiesFrame*gopherLabel.labelString:    Gopher Proxy:
  2470. *proxies_prefs*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  2471. *proxies_prefs*proxiesFrame*httpsLabel.labelString:    Security Proxy:
  2472. *proxies_prefs*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  2473. *proxies_prefs*proxiesFrame*noLabel.labelString:    No Proxy for:
  2474. *proxies_prefs*proxiesFrame*socksLabel.labelString:    SOCKS Host:
  2475. *proxies_prefs*proxiesFrame*portLabel.labelString:    Port:
  2476. *proxies_prefs*proxiesFrame*ftpPort.columns:        5
  2477. *proxies_prefs*proxiesFrame*ftpText.rightOffset:    10
  2478. *proxies_prefs*proxiesFrame*ftpPort.rightOffset:    10
  2479. *proxies_prefs*proxiesFrame*portLabel.leftOffset:    10
  2480. *proxies_prefs*proxiesFrame*noText.bottomOffset:    10
  2481. *proxies_prefs*proxiesFrame*socksText.topOffset:    15
  2482. *proxies_prefs*proxiesFrame*socksText.bottomOffset:    10
  2483.  
  2484. ! Preferences: Site Certificates
  2485. !
  2486. *security_prefs*siteFrame*siteBoxLabel.labelString:    Site Certificates
  2487. *security_prefs*siteFrame.topOffset:            10
  2488. *security_prefs*siteFrame.leftOffset:            10
  2489. *security_prefs*siteFrame.rightOffset:            10
  2490. *security_prefs*siteFrame.bottomOffset:            10
  2491. *security_prefs*siteFrame*allLabel.labelString:        These are the Site Certificates that you have accepted:
  2492. *security_prefs*siteFrame*allEditCert.rightOffset:    10
  2493. *security_prefs*siteFrame*allEditCert.labelString:    Edit Certificate ...
  2494. *security_prefs*siteFrame*allDeleteCert.rightOffset: 10
  2495. *security_prefs*siteFrame*allDeleteCert.labelString:    Delete Certificate
  2496. *security_prefs*siteFrame*allList.bottomOffset:        10
  2497. *security_prefs*siteFrame*allCerts.labelString:        All Certificates
  2498. *security_prefs*siteFrame*siteCerts.labelString:    Site Certificates
  2499. *security_prefs*siteFrame*authCerts.labelString:    Certificate Authorities
  2500.  
  2501. ! Preferences: Personal Certificates
  2502. !
  2503. *security_prefs*personalFrame*personalBoxLabel.labelString: Personal Certificates
  2504. *security_prefs*personalFrame.topOffset:         10
  2505. *security_prefs*personalFrame.leftOffset:         10
  2506. *security_prefs*personalFrame.rightOffset:         10
  2507. *security_prefs*personalFrame.bottomOffset:         10
  2508. *security_prefs*personalFrame*persLabel.labelString:     These are your Personal Certificates:
  2509. *security_prefs*personalFrame*persInfo.rightOffset:     10
  2510. *security_prefs*personalFrame*persInfo.labelString:     More Info ...
  2511. *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
  2512. *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates
  2513. *security_prefs*personalFrame*persNewCert.rightOffset:     10
  2514. *security_prefs*personalFrame*persNewCert.labelString:    Obtain New Certificates
  2515. *security_prefs*personalFrame*siteDefault.labelString:    Default Certificates to present to sites:
  2516. *security_prefs*personalFrame*siteText.bottomOffset:    10
  2517. *security_prefs*personalFrame*siteText.rightOffset:    10
  2518. *security_prefs*personalFrame*persList.leftOffset:    10
  2519.  
  2520. ! Preferences: General Security
  2521. !
  2522. *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts
  2523. *security_prefs*securityFrame.topOffset:         10
  2524. *security_prefs*securityFrame.leftOffset:         10
  2525. *security_prefs*securityFrame.rightOffset:         10
  2526. *security_prefs*securityFrame.bottomOffset:         10
  2527. *security_prefs*securityFrame*alertLabel.labelString:   Show an Alert Before:
  2528. *security_prefs*securityFrame*enterToggle.labelString:     \
  2529.                       Entering a Secure Document Space (Server)
  2530. *security_prefs*securityFrame*leaveToggle.labelString:     \
  2531.                        Leaving a Secure Document Space (Server)
  2532. *security_prefs*securityFrame*mixedToggle.labelString:     \
  2533.                   Viewing a Document with a Secure/Insecure Mix
  2534. *security_prefs*securityFrame*alignment:         ALIGNMENT_BEGINNING
  2535. *security_prefs*securityFrame*submitToggle.labelString:     \
  2536.                            Submitting a Form Insecurely
  2537. *security_prefs*securityFrame*alertLabel.topOffset:     10
  2538. *security_prefs*securityFrame*alertLabel.leftOffset:     10
  2539. *security_prefs*securityFrame*enterToggle.topOffset:     10
  2540. *security_prefs*securityFrame*enterToggle.leftOffset:     20
  2541. *security_prefs*securityFrame*submitToggle.bottomOffset: 10
  2542. *security_prefs*securityFrame*enterToggle.rightOffset:     10
  2543. *security_prefs*securityFrame*leaveToggle.rightOffset:     10
  2544. *security_prefs*securityFrame*mixedToggle.rightOffset:     10
  2545. *security_prefs*securityFrame*submitToggle.rightOffset:     10
  2546.  
  2547. *security_prefs*javaFrame*javaBoxLabel.labelString:     Java
  2548. *security_prefs*javaFrame.topOffset:              10
  2549. *security_prefs*javaFrame.leftOffset:              10
  2550. *security_prefs*javaFrame.rightOffset:              10
  2551. *security_prefs*javaFrame.bottomOffset:              10
  2552. *security_prefs*javaFrame*javaToggle.leftOffset:     20
  2553. *security_prefs*javaFrame*javaToggle.labelString:     Disable Java
  2554. *security_prefs*javaFrame*javascriptToggle.leftOffset:     20
  2555. *security_prefs*javaFrame*javascriptToggle.labelString:     Disable JavaScript
  2556.   
  2557. ! Preferences: Security Passwords
  2558. !
  2559. *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords
  2560. *security_prefs*passwordsFrame.topOffset:        10
  2561. *security_prefs*passwordsFrame.leftOffset:        10
  2562. *security_prefs*passwordsFrame.rightOffset:        10
  2563. *security_prefs*passwordsFrame.bottomOffset:        10
  2564. *security_prefs*passwordsFrame*passLabel.labelString:    Password:
  2565. *security_prefs*passwordsFrame*passToggle.labelString:    Use a Password
  2566. *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password
  2567. *security_prefs*passwordsFrame*askLabel.labelString:    Ask for Password:
  2568. *security_prefs*passwordsFrame*onceToggle.labelString:    Once per session
  2569. *security_prefs*passwordsFrame*everyToggle.labelString:    Every time it's needed
  2570. *security_prefs*passwordsFrame*periodicToggle.labelString: After
  2571. *security_prefs*passwordsFrame*periodicText.columns:    3
  2572. *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity
  2573. *security_prefs*passwordsFrame*alignment:        ALIGNMENT_BEGINNING
  2574. *security_prefs*passwordsFrame*passLabel.topOffset:    10
  2575. *security_prefs*passwordsFrame*passLabel.leftOffset:    10
  2576. *security_prefs*passwordsFrame*passToggle.topOffset:    10
  2577. *security_prefs*passwordsFrame*passToggle.leftOffset:    10
  2578. *security_prefs*passwordsFrame*noPassToggle.bottomOffset: 10
  2579. *security_prefs*passwordsFrame*noPassToggle.rightOffset: 10
  2580. *security_prefs*passwordsFrame*indicatorType:           ONE_OF_MANY
  2581. *security_prefs*passwordsFrame*changePassword.labelString: Change Password
  2582. *security_prefs*passwordsFrame*bannerLabel.labelString: \
  2583. Use a password if other people have access to your computer.
  2584.  
  2585.  
  2586. ! Preferences: Styles1
  2587. !
  2588. *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars
  2589. *general_prefs*toolbarsFrame.topOffset:            10
  2590. *general_prefs*toolbarsFrame.leftOffset:        10
  2591. *general_prefs*toolbarsFrame.rightOffset:        10
  2592. *general_prefs*toolbarsFrame.bottomOffset:        10
  2593. *general_prefs*toolbarsFrame*toolbarLabel.labelString:    Show Toolbars As:
  2594. *general_prefs*toolbarsFrame*toolbarLabel.alignment:    ALIGNMENT_END
  2595. *general_prefs*toolbarsFrame*icons.labelString:        Pictures
  2596. *general_prefs*toolbarsFrame*text.labelString:        Text
  2597. *general_prefs*toolbarsFrame*both.labelString:        Pictures and Text
  2598. *general_prefs*toolbarsFrame*indicatorType:        ONE_OF_MANY
  2599.  
  2600. *general_prefs*startupFrame*startupBoxLabel.labelString:Startup
  2601. *general_prefs*startupFrame.topOffset:            10
  2602. *general_prefs*startupFrame.leftOffset:            10
  2603. *general_prefs*startupFrame.rightOffset:        10
  2604. *general_prefs*startupFrame.bottomOffset:        10
  2605. *general_prefs*startupFrame*startLabel.labelString:    Browser Starts with:
  2606. *general_prefs*startupFrame*startLabel.alignment:    ALIGNMENT_END
  2607. *general_prefs*startupFrame*blank.labelString:        Blank Page
  2608. *general_prefs*startupFrame*home.labelString:        Home Page Location:
  2609. *general_prefs*startupFrame*homeText.bottomOffset:    10
  2610. *general_prefs*startupFrame*homeText.rightOffset:    10
  2611. *general_prefs*startupFrame*indicatorType:        ONE_OF_MANY
  2612.  
  2613. *general_prefs*startupFrame*startupLabel.labelString:    On Startup Launch:
  2614. *general_prefs*startupFrame*browser.labelString:    Netscape Browser
  2615. *general_prefs*startupFrame*mail.labelString:        Netscape Mail
  2616. *general_prefs*startupFrame*news.labelString:        Netscape News
  2617.  
  2618. *general_prefs*linkFrame*linkBoxLabel.labelString:    Link Styles
  2619. *general_prefs*linkFrame.topOffset:            10
  2620. *general_prefs*linkFrame.leftOffset:            10
  2621. *general_prefs*linkFrame.rightOffset:            10
  2622. *general_prefs*linkFrame.bottomOffset:            10
  2623. *general_prefs*linkFrame*underlineLabel.labelString:    Links are:
  2624. *general_prefs*linkFrame*underlineLabel.alignment:    ALIGNMENT_END
  2625. *general_prefs*linkFrame*underline.labelString:        Underlined
  2626. *general_prefs*linkFrame*expireLabel.labelString:    Followed Links:
  2627. *general_prefs*linkFrame*expireLabel.alignment:        ALIGNMENT_END
  2628. *general_prefs*linkFrame*expireNever.labelString:    Never Expire
  2629. *general_prefs*linkFrame*expireAfter.labelString:    Expire After
  2630. *general_prefs*linkFrame*expireDaysLabel.labelString:    Days
  2631. *general_prefs*linkFrame*expireDays.columns:        3
  2632. *general_prefs*linkFrame*expireNow.labelString:        Expire Now
  2633. *general_prefs*linkFrame*indicatorType:            ONE_OF_MANY
  2634. *general_prefs*linkFrame*underline.indicatorType:    N_OF_MANY
  2635. *general_prefs*linkFrame*expireDays.topOffset:        10
  2636. *general_prefs*linkFrame*expireDays.bottomOffset:    10
  2637. *general_prefs*linkFrame*expireNow.marginWidth:        10
  2638. *general_prefs*linkFrame*expireNow.marginHeight:    0
  2639. *general_prefs*linkFrame*underline.leftOffset:        10
  2640. *general_prefs*linkFrame*expireLabel.leftOffset:    10
  2641. *general_prefs*linkFrame*expireAfter.leftOffset:    10
  2642. *general_prefs*linkFrame*expireNow.leftOffset:        20
  2643.  
  2644.  
  2645. ! Preferences: Styles 2
  2646. !
  2647.  
  2648.  
  2649. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  2650. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  2651. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2652. *enteringSecureDialog*toggle.leftOffset:    100
  2653. *enteringSecureDialog.selectionLabelString:\
  2654. You have requested a secure document. The document and any information\n\
  2655. you send back are encrypted for privacy while in transit.\n\
  2656. For more information on security choose Document Info from the View \
  2657. menu.
  2658.  
  2659. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  2660. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  2661. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2662. *leavingSecureDialog.OkLabelString:        Continue Loading
  2663. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  2664. *leavingSecureDialog*toggle.leftOffset:        100
  2665. *leavingSecureDialog.selectionLabelString:\
  2666. You have requested an insecure document. The document and any information\n\
  2667. you send back could be observed by a third party while in transit.\n\
  2668. For more information on security choose Document Info from the View \
  2669. menu.
  2670.  
  2671. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  2672. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  2673. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  2674. *mixedSecurityDialog*toggle.leftOffset:        100
  2675. *mixedSecurityDialog.selectionLabelString:\
  2676. You have requested a secure document that contains some insecure \
  2677. information.\n\
  2678.  \n\
  2679. The insecure information will not be shown.\n\
  2680. For more information on security choose Document Info from the View \
  2681. menu.
  2682.  
  2683. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  2684. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  2685. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  2686. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  2687. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  2688. *redirectionToInsecureDialog*toggle.leftOffset:    100
  2689. *redirectionToInsecureDialog.selectionLabelString:\
  2690. Warning! You have requested an insecure document that was\n\
  2691. originally designated a secure document (the location has been\n\
  2692. redirected from a secure to an insecure document). The document\n\
  2693. and any information you send back could be observed by a third\n\
  2694. party while in transit.
  2695.  
  2696. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  2697. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  2698. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  2699. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  2700. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  2701. *redirectionToSecureDialog*toggle.leftOffset:    100
  2702. *redirectionToSecureDialog.selectionLabelString:\
  2703. Warning! Your connection has been redirected to a different\n\
  2704. site. You may not be connected to the site that you originally\n\
  2705. tried to reach.
  2706.  
  2707. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  2708. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  2709. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  2710. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  2711. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  2712. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  2713. *insecurePostFromSecureDocDialog.selectionLabelString:\
  2714. Warning! Although this document is secure, any information you\n\
  2715. submit is insecure and could be observed by a third party while\n\
  2716. in transit. If you are submitting passwords, credit card numbers,\n\
  2717. or other information you would like to keep private, it would be\n\
  2718. safer for you to cancel the submission.
  2719.  
  2720. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  2721. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  2722. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  2723. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  2724. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  2725. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  2726. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  2727. The information you submit is insecure and could be observed by\n\
  2728. a third party while in transit.  If you are submitting passwords,\n\
  2729. credit card numbers, or other information you would like to keep\n\
  2730. private, it would be safer for you to cancel the submission.
  2731.  
  2732.  
  2733. *licenseDialog_popup.title:            Netscape: License Agreement
  2734. *licenseDialog*label1.labelString:\n\
  2735.  Netscape is licensed software.  Its use is subject to the\n\
  2736.  terms and conditions of the license agreement below.\n
  2737. *licenseDialog*label2.labelString:\n\
  2738.  If you accept the terms of this license agreement,\n\
  2739.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  2740. *licenseDialog*text.columns:            72
  2741. *licenseDialog*text.rows:            23
  2742. *licenseDialog*text.wordWrap:            True
  2743. *licenseDialog*text.scrollHorizontal:        False
  2744. *licenseDialog.accept.labelString:        Accept
  2745. *licenseDialog.reject.labelString:        Do Not Accept
  2746.  
  2747. *printSetup_popup.title:            Netscape: Print
  2748. *printSetup*printToLabel.labelString:        Print To:
  2749. *printSetup*toPrinterToggle.labelString:    Printer
  2750. *printSetup*toFileToggle.labelString:        File
  2751. *printSetup*printCommandLabel.labelString:    Print Command:
  2752. *printSetup*fileNameLabel.labelString:        File Name:
  2753. *printSetup*browseButton.labelString:        Browse...
  2754. *printSetup*printLabel.labelString:        Print:
  2755. *printSetup*firstFirstToggle.labelString:    First Page First
  2756. *printSetup*lastFirstToggle.labelString:    Last Page First
  2757. *printSetup*orientationLabel.labelString:    Orientation:
  2758. *printSetup*portraitToggle.labelString:        Portrait
  2759. *printSetup*landscapeToggle.labelString:    Landscape
  2760. *printSetup*printColorLabel.labelString:    Print:
  2761. *printSetup*greyscaleToggle.labelString:    Greyscale
  2762. *printSetup*colorToggle.labelString:        Color
  2763. *printSetup*paperSizeLabel.labelString:        Paper Size:
  2764. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  2765. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  2766. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  2767. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  2768. *printSetup*OK.labelString:            Print
  2769. *printSetup*OkLabelString:            Print
  2770. *printSetup*CancelLabelString:            Cancel
  2771. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  2772. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  2773. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  2774. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  2775. *printSetup*lastFirstToggle.leftOffset:        10
  2776. *printSetup*landscapeToggle.leftOffset:        10
  2777. *printSetup*colorToggle.leftOffset:        10
  2778. *printSetup*legalToggle.leftOffset:        10
  2779. *printSetup*a4Toggle.leftOffset:        10
  2780. *printSetup*XmLabel.rightOffset:        10
  2781. *printSetup*XmLabelGadget.rightOffset:        10
  2782. *printSetup*browseButton.marginHeight:        3
  2783. *printSetup*browseButton.marginWidth:        4
  2784. *printSetup*line.topOffset:            4
  2785. *printSetup*printLabel.topOffset:        4
  2786. *printSetup*firstFirstToggle.topOffset:        10
  2787. *printSetup*portraitToggle.topOffset:        10
  2788. *printSetup*greyscaleToggle.topOffset:        10
  2789. *printSetup*letterToggle.topOffset:        10
  2790. !*printSetup_popup*preeditType:            none
  2791.  
  2792. *findDialog_popup.title:            Netscape: Find
  2793. *findDialog*findInLabel.labelString:        Find in:
  2794. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  2795. *findDialog*msgBody.labelString:        Body of This Message
  2796. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  2797. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  2798. *findDialog*findLabel.labelString:        Find:
  2799. *findDialog*findLabel.alignment:        ALIGNMENT_END
  2800. *findDialog*caseSensitive.labelString:        Case Sensitive
  2801. *findDialog*backwards.labelString:        Find Backwards
  2802. *findDialog*backwards.leftOffset:        20
  2803. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  2804. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  2805. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  2806. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  2807. *findDialog*OK.labelString:            Find
  2808. *findDialog*OkLabelString:            Find
  2809. *findDialog*Apply.labelString:            Clear
  2810. *findDialog*ApplyLabelString:            Clear
  2811. *findDialog*Cancel.labelString:            Close
  2812. *findDialog*CancelLabelString:            Close
  2813. !*findDialog_popup*preeditType:            overthespot
  2814. ! Bookmark Find dialog shares resources with the main find dialog
  2815. ! Extra resources specific to bookmark find dialog
  2816. *findDialog*lookinLabel.labelString:        Look in:
  2817. *findDialog*nameToggle.labelString:        Name
  2818. *findDialog*locationToggle.labelString:        Location
  2819. *findDialog*descriptionToggle.labelString:    Description
  2820. *findDialog*wordToggle.labelString:        Whole word
  2821. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  2822.  
  2823. ! More resources for the Addressbook find dialog
  2824. *findDialog*nicknameToggle.labelString:        Nick Name
  2825.  
  2826.  
  2827. *openURL_popup.title:            Netscape: Open Location
  2828. *openURL*openURLLabel.labelString:    Open Location:
  2829. *openURL*OK.labelString:        Open
  2830. *openURL*OkLabelString:            Open
  2831. *openURL*Apply.labelString:        Clear
  2832. *openURL*ApplyLabelString:        Clear
  2833. *openURL*Cancel.labelString:    Cancel
  2834. *openURL*CancelLabelString:    Cancel
  2835. *openURL*openURLLabel.alignment:    ALIGNMENT_END
  2836. *openURL*urlText.columns:        45
  2837. *openURL.width:                500
  2838. !*openURL_popup*preeditType:    none
  2839.  
  2840. *message_popup.title:            Netscape
  2841. *message_popup*OK.labelString:    OK
  2842. *message_popup*OkLabelString:    OK
  2843.  
  2844. *error_popup.title:            Netscape: Error
  2845.  
  2846. *question_popup.title:            Netscape: Question
  2847. *question_popup*OK.labelString:    OK
  2848. *question_popup*Cancel.labelString:    Cancel
  2849.  
  2850. *prompt_popup.title:            Netscape: Prompt
  2851. *password_popup.title:            Netscape: Password
  2852. *promptSubject_popup.title:        Netscape: Subject Prompt
  2853. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  2854. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  2855. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  2856.  
  2857. *citing_popup.title:            Netscape
  2858. *citing_popup*messageString:        \nQuoting...\n
  2859.  
  2860. *printing_popup.title:            Netscape
  2861. *printing_popup*messageString:        \nPrinting...\n
  2862.  
  2863. *deliveringMessage_popup.title:        Netscape
  2864. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  2865.  
  2866. *saving_popup.title:            Netscape
  2867. *saving_popup*messageString:        \nSaving to disk...\n
  2868.  
  2869. *visual_popup.title:            Netscape: Change X Visual
  2870. *visual_popup*listLabelString:        Available Visuals:
  2871.  
  2872. *promptSubject_popup*messageString:    \
  2873. You did not give a subject to this message.\n\
  2874. If you would like to provide one, please type it now.
  2875.  
  2876. *dialog*OK.labelString:            OK
  2877. *dialog*clear.labelString:        Clear
  2878. *dialog*Cancel.labelString:        Cancel
  2879. *dialog*userLabel.labelString:        User ID:
  2880. *dialog*passwdLabel.labelString:    Password:
  2881. *dialog*userLabel.alignment:        ALIGNMENT_END
  2882. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  2883.  
  2884. *citationQuery_popup.title:        Citation Style Question
  2885. *citationQuery.selectionLabelString:    \n\
  2886. You have quoted an entire document instead of attaching it.\n\
  2887.  \n\
  2888. You could, instead, attach the document and it would be\n\
  2889. appended to the message, without a `>' at the beginning\n\
  2890. of each line. This would make it easier for recipients\n\
  2891. to save and use this document.\n\
  2892.  \n\
  2893. Would you like to send this document as an attachment?\n
  2894.  
  2895. *citationQuery*OK.labelString:        Send as\nText Attachment
  2896. *citationQuery*OkLabelString:        Send as\nText Attachment
  2897. *citationQuery*Apply.labelString:    Send as\nQuoted
  2898. *citationQuery*ApplyLabelString:    Send as\nQuoted
  2899. *citationQuery*Cancel.labelString:    Cancel
  2900. *citationQuery*CancelLabelString:    Cancel
  2901.  
  2902. *doubleCitationQuery_popup.title:    Citation Style Question
  2903. *doubleCitationQuery.selectionLabelString:    \n\
  2904. You have (probably inadvertently) included the same document twice:\n\
  2905. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  2906. then as an attachment (meaning: as a second part of the message,\n\
  2907. included after your new text.)\n\
  2908.  \n\
  2909. Would you like to send an attached document or a quoted document?
  2910.  
  2911. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  2912. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  2913. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  2914. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  2915. *doubleCitationQuery*Cancel.labelString:Cancel
  2916. *doubleCitationQuery*CancelLabelString:    Cancel
  2917.  
  2918. *streamingAudioQuery_popup.title:    Audio Question
  2919. *streamingAudioQuery.selectionLabelString:    \
  2920. Would you like to play the data to the external viewer as it comes\n\
  2921. from the network, or save to a file and then play from the file?
  2922. *streamingAudioQuery*OK.labelString:    Play from Network
  2923. *streamingAudioQuery*OkLabelString:    Play from Network
  2924. *streamingAudioQuery*Apply.labelString:    Save First
  2925. *streamingAudioQuery*ApplyLabelString:    Save First
  2926. *streamingAudioQuery*Cancel.labelString:Cancel
  2927. *streamingAudioQuery*CancelLabelString:    Cancel
  2928.  
  2929. *fileSelector*filterLabelString:    Filter
  2930. *fileSelector*dirListLabelString:    Directories
  2931. *fileSelector*fileListLabelString:    Files
  2932. *fileSelector*OkLabelString:    OK
  2933. *fileSelector*ApplyLabelString:    Filter
  2934. *fileSelector*CancelLabelString:    Cancel
  2935. *fileSelector.Selection.labelString:    Selection
  2936. *fileSelector.pattern:            *.html
  2937. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  2938. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  2939. *fileSelector*formatType.labelString:    Format for Saved Document:
  2940. !*fileSelector_popup*preeditType:    overthespot
  2941.  
  2942. *fileBrowser_popup.title:        Netscape: File Browser
  2943. *fileBrowser*filterLabelString:        Filter
  2944. *fileBrowser*dirListLabelString:        Directories
  2945. *fileBrowser*fileListLabelString:        Files
  2946. *fileBrowser*Selection.labelString:        Selection
  2947. *fileBrowser*OkLabelString:        OK
  2948. *fileBrowser*ApplyLabelString:        Filter
  2949. *fileBrowser*CancelLabelString:        Cancel
  2950. *fileBrowser*HelpLabelString:        Help
  2951.  
  2952. *formSubmitButton.labelString:        Submit
  2953. *formResetButton.labelString:        Reset
  2954. *formButton.labelString:        Monkey Brains
  2955. *formFileBrowseButton.labelString:    Browse...
  2956.  
  2957. !
  2958. ! The bookmarks window
  2959. !
  2960. *Bookmark.mainform.width:        300
  2961. *Bookmark.mainform.height:        400
  2962. *Bookmark*selectAll.labelString:    Select All
  2963. *Bookmark*selectAll.mnemonic:        S
  2964. *Bookmark*menuBar.Item.labelString:    Item
  2965. *Bookmark*properties.labelString:    Properties...
  2966. *Bookmark*properties.mnemonic:        P
  2967. *Bookmark*gotoBookmark.labelString:    Goto Bookmark
  2968. *Bookmark*gotoBookmark.mnemonic:    G
  2969. *Bookmark*sortBookmarks.labelString:    Sort Bookmarks
  2970. *Bookmark*sortBookmarks.mnemonic:    S
  2971. *Bookmark*insertBookmark.labelString:    Insert Bookmark
  2972. *Bookmark*insertBookmark.mnemonic:    B
  2973. *Bookmark*insertHeader.labelString:    Insert Folder
  2974. *Bookmark*insertHeader.mnemonic:    F
  2975. *Bookmark*insertSeparator.labelString:    Insert Separator
  2976. *Bookmark*insertSeparator.mnemonic:    S
  2977. *Bookmark*makeAlias.labelString:    Make Alias
  2978. *Bookmark*makeAlias.mnemonic:        A
  2979. *Bookmark*newBmFolder.labelString:    Set to New Bookmarks Folder
  2980. *Bookmark*newBmFolder.mnemonic:        N
  2981. *Bookmark*bmMenuFolder.labelString:    Set to Bookmark Menu Folder
  2982. *Bookmark*bmMenuFolder.mnemonic:    M
  2983.  
  2984. !*Bookmark*preeditType:        overthespot
  2985.  
  2986. ! Bookmarks popup menu. It has the same name as the main popup menu
  2987. ! and hence shares the rest of the resources.
  2988. *Bookmark*popup.title.labelString:        Bookmarks
  2989. *titleSeparator.separatorType:            XmDOUBLE_LINE
  2990.  
  2991. ! Bookmarks edit properties window.
  2992. !
  2993. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  2994. *bookmarkProps*nameLabel.labelString:        Name:
  2995. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  2996. *bookmarkProps*locationLabel.labelString:    Location:
  2997. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  2998. *bookmarkProps*descriptionLabel.labelString:    Description:
  2999. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  3000. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  3001. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  3002. *bookmarkProps*addedonLabel.labelString:    Added On:
  3003. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  3004. *bookmarkProps*descriptionText.topOffset:    8
  3005. *bookmarkProps*descriptionText.columns:        40
  3006. *bookmarkProps*descriptionText.rows:        5
  3007. *bookmarkProps*aliasButton.labelString:        Select Aliases
  3008.  
  3009. !
  3010. ! Address Book
  3011. !
  3012. *AddressBook.mainform.width:            300
  3013. *AddressBook.mainform.height:            400
  3014. *AddressBook*selectAll.labelString:        Select All
  3015. *AddressBook*selectAll.mnemonic:        S
  3016. *AddressBook*mailMessage.labelString:        New Mail Message
  3017. *AddressBook*mailMessage.mnemonic:        N
  3018. *AddressBook*mailMessage.acceleratorText:    Ctrl+M
  3019. *AddressBook*menuBar.Item.labelString:        Item
  3020. *AddressBook*addUser.mnemonic:            U
  3021. *AddressBook*addUser.labelString:        Add User...
  3022. *AddressBook*addUser.mnemonic:            U
  3023. *AddressBook*addList.labelString:        Add List...
  3024. *AddressBook*addList.mnemonic:            L
  3025. *AddressBook*properties.labelString:        Properties...
  3026. *AddressBook*properties.mnemonic:        P
  3027.  
  3028. ! Address Book properties window
  3029. !
  3030. *AddressBook*bookmarkProps_popup*title:        Netscape: Address book Properties
  3031. *AddressBook*bookmarkProps*nicknameLabel.labelString:    Nick Name:
  3032. *AddressBook*bookmarkProps*nicknameLabel.alignment:    ALIGNMENT_END
  3033. *AddressBook*bookmarkProps*nameLabel.labelString:    Name:
  3034. *AddressBook*bookmarkProps*locationLabel.labelString:    Email Address:
  3035. *AddressBook*bookmarkProps*Cancel.labelString:  Cancel
  3036.  
  3037. ! Address Book popup menu. It has the same name as the main popup menu
  3038. ! and hence shares the rest of the resources.
  3039. *AddressBook*popup.title.labelString:            Address Book
  3040. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  3041.  
  3042.  
  3043. !
  3044. ! Download
  3045. !
  3046. *download*downloadURLLabel.labelString:            Source:
  3047. *download*downloadFileLabel.labelString:        Destination:
  3048. *download*cancel.labelString:                Stop
  3049. *download*downloadURLLabel.alignment:            ALIGNMENT_END
  3050. *download*downloadFileLabel.alignment:            ALIGNMENT_END
  3051.  
  3052. *download*downloadURLLabel.topOffset:            10
  3053. *download*downloadURLLabel.leftOffset:            10
  3054. *download*downloadURLValue.columns:            45
  3055. *download*downloadURLValue.editable:            False
  3056. *download*downloadURLValue.cursorPositionVisible:    False
  3057. *download*downloadURLValue.leftOffset:            10
  3058. *download*downloadURLValue.rightOffset:            10
  3059.  
  3060. *download*downloadFileLabel.topOffset:            5
  3061. *download*downloadFileLabel.leftOffset:            10
  3062. *download*downloadFileLabel.bottomOffset:        15
  3063. *download*downloadFileValue.columns:            45
  3064. *download*downloadFileValue.editable:            False
  3065. *download*downloadFileValue.cursorPositionVisible:    False
  3066. *download*downloadFileValue.leftOffset:            10
  3067. *download*downloadFileValue.rightOffset:        10
  3068.  
  3069. *download*logo.topOffset:                10
  3070. *download*cancel.marginWidth:                15
  3071. *download*cancel.marginHeight:                10
  3072. *download*cancel.topOffset:                20
  3073. *download*cancel.bottomOffset:                10
  3074.  
  3075.  
  3076. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  3077. ! On SGIs, not having the class will cause the default SGI colors to
  3078. ! be used instead of the ones specified here.  With VUE, the behavior
  3079. ! is even worse - if we're using a non-default visual (for example, if
  3080. ! we have requested a 24-bit TrueColor visual instead of the default
  3081. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  3082. ! the default visual, and give us colors allocated from the wrong
  3083. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  3084. !
  3085. Netscape*thermo.slider.foreground:    #0000BF
  3086. Netscape*thermo.slider.background:    #69B5B5
  3087. Netscape*power.LED.foreground:        #0000BF
  3088. Netscape*power.LED.background:        #69B5B5
  3089.  
  3090. ! (Note: if you comment this stuff out in an attempt to let the current
  3091. ! "scheme" override things, you'll find that the colors of the toolbar
  3092. ! icons and the colors of form elements (like option menus) will get
  3093. ! messed up.)
  3094. Netscape*foreground:            Black
  3095. Netscape*background:            #B2B2B2
  3096.  
  3097. Netscape*XmTextField.foreground:        Black
  3098. Netscape*XmText.foreground:        Black
  3099. Netscape*XmList.foreground:        Black
  3100. Netscape*XmTextField.background:        #D3B5B5
  3101. Netscape*XmText.background:        #D3B5B5
  3102. Netscape*XmList.background:        #D3B5B5
  3103.  
  3104. ! Colors of the outline lists used in mail and news windows.
  3105. Netscape*XmLGrid.foreground:        #000000
  3106. Netscape*XmLGrid.background:        #B2B2B2
  3107. Netscape*XmLGrid.selectBackground:    #FFFFCC
  3108.  
  3109. ! Colors of the "Secure Document" bar.
  3110. *secureDocumentColor:            #0000BF
  3111. *insecureDocumentColor:            #B2B2B2
  3112.  
  3113. ! Various margin sizes
  3114. !
  3115. *topLeftArea.leftOffset:        0
  3116. *topLeftArea.rightOffset:        10
  3117. *topLeftArea.topOffset:            0
  3118. *topLeftArea.bottomOffset:        0
  3119. *urlText.topOffset:            4
  3120. *urlText.bottomOffset:            4
  3121. *urlText.leftOffset:            4
  3122. *urlText.rightOffset:            4
  3123. !*urlText.rightOffset:            10
  3124. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  3125. *urlLabel.topOffset:            9
  3126. *urlLabel.leftOffset:            10
  3127. *urlLabel.rightOffset:            10
  3128. *historyMenuBox.topOffset:        0
  3129. *historyMenuBox.bottomOffset:        4
  3130. *historyMenuBox.leftOffset:        4
  3131. *historyMenuBox.rightOffset:        4
  3132. *logo.topOffset:            4
  3133. *logo.bottomOffset:            4
  3134. *logo.leftOffset:            10
  3135. *logo.rightOffset:            10
  3136. *historyMenuBox.marginHeight:        0
  3137. *historyMenuBox.marginWidth:        0
  3138.  
  3139. *toolBar*XmPushButton.leftOffset:    2
  3140. *toolBar*XmPushButtonGadget.leftOffset:    2
  3141. *urlBar*XmPushButton.leftOffset:    2
  3142. *urlBar*XmPushButtonGadget.leftOffset:    2
  3143.  
  3144. *mouseDocumentation.rightOffset:    4
  3145. *toolBar.topOffset:            0
  3146. *toolBar.leftOffset:            10
  3147. *toolBar.rightOffset:            0
  3148. *toolBar.bottomOffset:            0
  3149.  
  3150. *urlBar.topOffset:            4
  3151. *urlBar.leftOffset:            10
  3152. *urlBar.rightOffset:            0
  3153. *urlBar.bottomOffset:            0
  3154.  
  3155. ! Give it a default string to get it sized right...
  3156. *mouseDocumentation.labelString:    Mozilla
  3157. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  3158. *mouseDocumentation.leftOffset:        10
  3159.  
  3160. *docinfoLabel.leftOffset:        4
  3161.  
  3162. *dashboard.topOffset:            0
  3163. *dashboard.bottomOffset:        0
  3164. *dashboard.leftOffset:            0
  3165. *dashboard.rightOffset:            10
  3166. ! To prevent the whole window from flickering when mouseDoc text changes...
  3167. *dashboard.resizable:            False
  3168.  
  3169. *thermo.leftOffset:            4
  3170. *thermo.rightOffset:            10
  3171. *thermo.topOffset:            4
  3172. *thermo.bottomOffset:            4
  3173. *thermo.shadowThickness:        2
  3174. *thermo.shadowType:            SHADOW_IN
  3175.  
  3176. *power.topOffset:            4
  3177. *power.bottomOffset:            4
  3178. *power.shadowThickness:            2
  3179. *power.shadowType:            SHADOW_IN
  3180.  
  3181. *thermo.slider.width:            200
  3182. *thermo.slider.height:            5
  3183.  
  3184. *power.LED.width:            15
  3185. *power.LED.height:            5
  3186.  
  3187. *securityBar.topOffset:            4
  3188. *securityBar.bottomOffset:        4
  3189. *securityBar.shadowThickness:        2
  3190. *securityBar.shadowType:        SHADOW_IN
  3191. *securityBar.LED.height:        2
  3192.  
  3193. *topPane.shadowThickness:        2
  3194. *bottomPane.shadowThickness:        2
  3195. *topPane.shadowType:            SHADOW_IN
  3196. *bottomPane.shadowType:            SHADOW_IN
  3197.  
  3198. ! Go ahead, try and figure out why some of these need to be on the
  3199. ! _popup version, and some need to be one level deeper.  I dare you.
  3200. !*dialog.width:                500
  3201. !*history.width:            500
  3202. !*mailto.width:                500
  3203. !*cache_popup.width:            500
  3204. *userConfig_popup.width:        500
  3205. *userConfig.width:            500
  3206. *fileSelector.width:            500
  3207. *fileBrowser.width:            500
  3208.  
  3209. ! I had to hardcode this in the C code - doesn't work from here...
  3210. !*history_popup.allowShellResize:    False
  3211.  
  3212. ! Get rid of all navigation; it's totally broken for Paned windows,
  3213. ! and for the form widgets under the drawingArea.
  3214. *highlightThickness:            0
  3215. *navigationType:            NONE
  3216.  
  3217. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  3218. ! in all non-popups, but I don't think there's a way to specify that...)
  3219. *XmDialogShell*highlightThickness:    2
  3220. *XmDialogShell*navigationType:        TAB_GROUP
  3221.  
  3222. ! Uh, and turn it on only in text fields of forms.
  3223. ! But of course this doesn't work quite right.
  3224. *drawingArea*XmText.navigationType:    TAB_GROUP
  3225. *drawingArea*XmTextField.navigationType:TAB_GROUP
  3226.  
  3227. ! Sorry, things don't display properly if you configure Netscape to put its
  3228. ! scrollbars on the left or top of the document area.
  3229. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  3230.  
  3231. ! Put scrollbars right next to text fields in forms (and lists).
  3232. *drawingArea*XmScrolledWindow.spacing:    0
  3233.  
  3234.  
  3235. ! Do not under any circumstances change the following line:
  3236. Netscape.version:         2.02S
  3237.  
  3238.  
  3239. ! ============================================================================
  3240. ! Fonts in the widgets.
  3241. ! These fonts are all down in Motif land, and thus are not controlled by the
  3242. ! font selector on the Preferences dialog.  That applies only to fonts in
  3243. ! the document display area.
  3244. ! ============================================================================
  3245. !
  3246. *fontList:            -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
  3247. *XmTextField.fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3248. *XmText.fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3249. *XmList*fontList:        -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3250.  
  3251. ! SGI default:
  3252. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  3253. ! Sensible default:
  3254. *menuBar*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3255. *menuBar*historyTruncated.fontList:\
  3256.                   -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  3257. *popup*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3258.  
  3259. *topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3260. *topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3261. *topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3262.  
  3263. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3264. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  3265. !*bookmark*selectedLabel.fontList:\
  3266.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3267. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3268. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3269.  
  3270. *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3271. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3272. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  3273.  
  3274. *licenseDialog*text.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  3275.  
  3276.  
  3277. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  3278. ! and Address Book windows.  (Note that there can't be any whitespace after
  3279. ! the commas.)
  3280. *XmLGrid*fontList:\
  3281. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  3282. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  3283. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  3284.  
  3285.  
  3286.  
  3287. ! This is the default charset for documents without the charset parameter
  3288. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  3289. !    iso-8859-1
  3290. !    iso-8859-2
  3291. !    iso-2022-jp
  3292. !    x-euc-jp
  3293. !    x-sjis
  3294. !    iso-2022-kr
  3295. !    euc-kr
  3296. !    gb2312
  3297. !    x-euc-tw
  3298. !    big5
  3299. *defaultCharset:    iso-8859-1
  3300. !*defaultCharset:    iso-8859-2
  3301. !*defaultCharset:    iso-2022-jp
  3302. !*defaultCharset:    x-euc-jp
  3303. !*defaultCharset:    x-sjis
  3304. !*defaultCharset:    iso-2022-kr
  3305. !*defaultCharset:    euc-kr
  3306. !*defaultCharset:    gb2312
  3307. !*defaultCharset:    x-euc-tw
  3308. !*defaultCharset:    big5
  3309.  
  3310.  
  3311.  
  3312. ! ============================================================================
  3313. ! Fonts used in the display area.
  3314. ! ============================================================================
  3315.  
  3316.  
  3317. ! Default fonts for various charsets, prop(ortional) and fixed.
  3318. !
  3319. ! Format is foundry-family-pointsize-scaling.
  3320. ! Pointsize is in tenths of a point.
  3321. ! Scaling is either "scale" or "noscale".
  3322. !
  3323. ! These are only used the first time you start up.
  3324. ! After that, the preferences file is used.
  3325. ! The "Defaults" button in the Preferences dialog will revert to these.
  3326. !
  3327. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  3328. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  3329.  
  3330.  
  3331. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  3332. !
  3333. *documentFonts.face*-:            normal
  3334. *documentFonts.face*bold-i:        boldItalic
  3335. *documentFonts.face*bold-o:        boldItalic
  3336. *documentFonts.face*bold-r:        bold
  3337. *documentFonts.face*book-o:        italic
  3338. *documentFonts.face*book-r:        normal
  3339. *documentFonts.face*demi-i:        boldItalic
  3340. *documentFonts.face*demi-o:        boldItalic
  3341. *documentFonts.face*demi-r:        bold
  3342. *documentFonts.face*demibold-i:        boldItalic
  3343. *documentFonts.face*demibold-r:        bold
  3344. *documentFonts.face*light-i:        italic
  3345. *documentFonts.face*light-r:        normal
  3346. *documentFonts.face*medium-i:        italic
  3347. *documentFonts.face*medium-o:        italic
  3348. *documentFonts.face*medium-r:        normal
  3349. *documentFonts.face*medium-roman:    normal
  3350. *documentFonts.face*normal-i:        italic
  3351. *documentFonts.face*normal-r:        normal
  3352. *documentFonts.face*regular-i:        italic
  3353. *documentFonts.face*regular-r:        normal
  3354. *documentFonts.face*roman-r:        normal
  3355. *documentFonts.face*w3-r:        normal
  3356. *documentFonts.face*w3h-r:        normal
  3357. *documentFonts.face*w4-r:        normal
  3358. *documentFonts.face*w5-r:        normal
  3359. *documentFonts.face*w9-r:        normal
  3360.  
  3361.  
  3362. ! This table maps XLFD family names to nice family names
  3363. !
  3364. *documentFonts.family*djb:            DJB
  3365. *documentFonts.family*haebfix:            Haeberli Fixed
  3366. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  3367. *documentFonts.family*itc bookman:        ITC Bookman
  3368. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  3369. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  3370. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  3371.  
  3372.  
  3373. ! This table maps XLFD foundry names to nice foundry names
  3374. !
  3375. *documentFonts.foundry*b&h:    B&H
  3376. *documentFonts.foundry*dec:    DEC
  3377. *documentFonts.foundry*hku:    HKU
  3378. *documentFonts.foundry*sgi:    SGI
  3379.  
  3380.  
  3381. ! This table maps MIME charsets to language groups
  3382. !
  3383. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  3384. *documentFonts.charsetlang*iso-8859-1:            Western
  3385. *documentFonts.charsetlang*iso-8859-2:            Central European
  3386. *documentFonts.charsetlang*jis_x0201:            Japanese
  3387. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  3388. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  3389. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  3390. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  3391. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  3392. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  3393.  
  3394.  
  3395. ! This table maps X11 font charsets to MIME charsets
  3396. !
  3397. *documentFonts.charset*-:                    x-ignore
  3398. *documentFonts.charset*-ascii:                    x-ignore
  3399. *documentFonts.charset*-dingbats:                x-ignore
  3400. *documentFonts.charset*-hiragana:                x-ignore
  3401. *documentFonts.charset*-ibm pc:                    x-ignore
  3402. *documentFonts.charset*-katakana:                x-ignore
  3403. *documentFonts.charset*-roman:                    x-ignore
  3404. *documentFonts.charset*-symbol:                    x-ignore
  3405. *documentFonts.charset*78-h:                    x-ignore
  3406. *documentFonts.charset*78.euc-h:                x-ignore
  3407. *documentFonts.charset*add-h:                    x-ignore
  3408. *documentFonts.charset*adobe.cns1-0:                x-ignore
  3409. *documentFonts.charset*adobe.gb1-0:                x-ignore
  3410. *documentFonts.charset*adobe.japan1-0:                x-ignore
  3411. *documentFonts.charset*adobe.japan1-1:                x-ignore
  3412. *documentFonts.charset*adobe.japan1-2:                x-ignore
  3413. *documentFonts.charset*adobe.japan2-0:                x-ignore
  3414. *documentFonts.charset*adobe.korea1-0:                x-ignore
  3415. *documentFonts.charset*big5-0:                    x-x-big5
  3416. *documentFonts.charset*big5.et-0:                x-x-big5
  3417. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  3418. *documentFonts.charset*big5.etext-0:                x-x-big5
  3419. *documentFonts.charset*big5.hku-0:                x-x-big5
  3420. *documentFonts.charset*big5.hku-1:                x-x-big5
  3421. *documentFonts.charset*big5.pc-0:                x-x-big5
  3422. *documentFonts.charset*big5.shift-0:                x-x-big5
  3423. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  3424. *documentFonts.charset*cns11643-0:                x-cns11643-1
  3425. *documentFonts.charset*cns11643-1:                x-cns11643-2
  3426. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  3427. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  3428. *documentFonts.charset*dec-decctrl:                x-ignore
  3429. *documentFonts.charset*dec-decksroman:                x-ignore
  3430. *documentFonts.charset*dec-decmath_extension:            x-ignore
  3431. *documentFonts.charset*dec-decmath_italic:            x-ignore
  3432. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  3433. *documentFonts.charset*dec-decsuppl:                x-ignore
  3434. *documentFonts.charset*dec-dectech:                x-ignore
  3435. *documentFonts.charset*dec-drcs:                x-ignore
  3436. *documentFonts.charset*dec-fontspecific:            x-ignore
  3437. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1
  3438. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  3439. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  3440. *documentFonts.charset*euc-h:                    x-ignore
  3441. *documentFonts.charset*ext-h:                    x-ignore
  3442. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  3443. *documentFonts.charset*gb2312.1980-1:                gb_2312-80
  3444. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  3445. *documentFonts.charset*hojo-h:                    x-ignore
  3446. *documentFonts.charset*hp-japanese15:                x-ignore
  3447. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  3448. *documentFonts.charset*hp-roman8:                x-ignore
  3449. *documentFonts.charset*ibm-850:                    x-ignore
  3450. *documentFonts.charset*ibm-fontspecific:            x-ignore
  3451. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  3452. *documentFonts.charset*ibm-special:                x-ignore
  3453. *documentFonts.charset*ibm-udcjp:                x-ignore
  3454. *documentFonts.charset*iso646.1991-irv:                x-ignore
  3455. *documentFonts.charset*iso8859-1:                iso-8859-1
  3456. *documentFonts.charset*iso8859-2:                iso-8859-2
  3457. *documentFonts.charset*iso8859-3:                x-ignore
  3458. *documentFonts.charset*iso8859-4:                x-ignore
  3459. *documentFonts.charset*iso8859-5:                x-ignore
  3460. *documentFonts.charset*iso8859-6:                x-ignore
  3461. *documentFonts.charset*iso8859-7:                x-ignore
  3462. *documentFonts.charset*iso8859-8:                x-ignore
  3463. *documentFonts.charset*iso8859-9:                x-ignore
  3464. *documentFonts.charset*iso8859-adobe:                x-ignore
  3465. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  3466. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  3467. *documentFonts.charset*jisx0201-romankana:            x-ignore
  3468. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  3469. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  3470. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  3471. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  3472. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  3473. *documentFonts.charset*jisx0208.1983-1:                jis_x0208-1983
  3474. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  3475. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  3476. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  3477. *documentFonts.charset*ks-roman:                x-ignore
  3478. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  3479. *documentFonts.charset*ksc5601.1987-1:                ks_c_5601-1987
  3480. *documentFonts.charset*misc-fontspecific:            x-ignore
  3481. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  3482. *documentFonts.charset*novanet-1:                x-ignore
  3483. *documentFonts.charset*nwp-h:                    x-ignore
  3484. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  3485. *documentFonts.charset*rksj-h:                    x-ignore
  3486. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  3487. *documentFonts.charset*sgi-fontspecific:            x-ignore
  3488. *documentFonts.charset*shiftjis-0:                x-ignore
  3489. *documentFonts.charset*sunolcursor-1:                x-ignore
  3490. *documentFonts.charset*sunolglyph-1:                x-ignore
  3491. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  3492. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  3493. *documentFonts.charset*tis620.2533-1:                x-ignore
  3494. *documentFonts.charset*wp-symbol:                x-ignore
  3495. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  3496.  
  3497.  
  3498. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  3499. ! are based on this.  The default increment is 20%, which means that the 4
  3500. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  3501. !
  3502. *documentFonts.sizeIncrement:    20
  3503.  
  3504.  
  3505. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  3506. ! same fonts in their font path, and, to make matters even worse, they have
  3507. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  3508. ! following is provided so that these people can hack their fonts without
  3509. ! having to correct their font path.
  3510. !
  3511. ! To correct your font path, take a look at
  3512. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  3513. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  3514. !
  3515. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  3516. ! corresponding to the X11 font charset (see above).
  3517. !
  3518. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  3519. !
  3520. *documentFonts.xResolution*iso-8859-1:    *
  3521. *documentFonts.yResolution*iso-8859-1:    *
  3522.  
  3523.  
  3524. ! ============================================================================
  3525. ! Fonts used for printing.
  3526. ! ============================================================================
  3527. !
  3528. ! psname  is the full PostScript font name
  3529. ! pscode  is the character encoding used in the PostScript font
  3530. ! pswidth is the PostScript width per character, only useful for "square"
  3531. !         fonts such as those found in East Asia
  3532.  
  3533.  
  3534. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  3535. ! and cannot be changed.
  3536. !
  3537. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  3538. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  3539. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  3540. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  3541. !*documentFonts.latin1.fixed.normal*psname:        Courier
  3542. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  3543. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  3544. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  3545. !*documentFonts.latin1*pscode:                iso-8859-1
  3546. !*documentFonts.latin1*pswidth:                *
  3547.  
  3548.  
  3549. ! Netscape does not differentiate between variable and fixed, and between
  3550. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  3551. !
  3552. ! The charset fields are the charset names corresponding to the available
  3553. ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
  3554. !
  3555. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  3556. *documentFonts.x-euc-jp*pscode:        x-sjis
  3557. *documentFonts.x-euc-jp*pswidth:    1000
  3558. *documentFonts.x-sjis*psname:        Ryumin-Light-RKSJ-H
  3559. *documentFonts.x-sjis*pscode:        x-sjis
  3560. *documentFonts.x-sjis*pswidth:        1000
  3561.  
  3562. *documentFonts.euc-kr*psname:        SMgoJ
  3563. *documentFonts.euc-kr*pscode:        euc-kr
  3564. *documentFonts.euc-kr*pswidth:        1000
  3565.  
  3566. !*documentFonts.gb2312*psname:        ???
  3567. !*documentFonts.gb2312*pscode:        ???
  3568. !*documentFonts.gb2312*pswidth:        ???
  3569.  
  3570. !*documentFonts.x-euc-tw*psname:    ???
  3571. !*documentFonts.x-euc-tw*pscode:    ???
  3572. !*documentFonts.x-euc-tw*pswidth:    ???
  3573.  
  3574.  
  3575. ! This table maps the host's locale names to MIME charsets
  3576. !
  3577. *localeCharset*C:        iso-8859-1
  3578. *localeCharset*cs:        iso-8859-2
  3579. *localeCharset*da:        iso-8859-1
  3580. *localeCharset*de:        iso-8859-1
  3581. *localeCharset*de_AT:        iso-8859-1
  3582. *localeCharset*de_CH:        iso-8859-1
  3583. *localeCharset*en:        iso-8859-1
  3584. *localeCharset*en_AU:        iso-8859-1
  3585. *localeCharset*en_CA:        iso-8859-1
  3586. *localeCharset*en_TH:        iso-8859-1
  3587. *localeCharset*en_US:        iso-8859-1
  3588. *localeCharset*es:        iso-8859-1
  3589. *localeCharset*fi:        iso-8859-1
  3590. *localeCharset*fr:        iso-8859-1
  3591. *localeCharset*fr_BE:        iso-8859-1
  3592. *localeCharset*fr_CA:        iso-8859-1
  3593. *localeCharset*fr_CH:        iso-8859-1
  3594. *localeCharset*is:        iso-8859-1
  3595. *localeCharset*it:        iso-8859-1
  3596. *localeCharset*it_CH:        iso-8859-1
  3597. *localeCharset*ja_JP.EUC:    x-euc-jp
  3598. *localeCharset*ko_KR.euc:    euc-kr
  3599. *localeCharset*nl:        iso-8859-1
  3600. *localeCharset*nl_BE:        iso-8859-1
  3601. *localeCharset*no:        iso-8859-1
  3602. *localeCharset*pl:        iso-8859-2
  3603. *localeCharset*pt:        iso-8859-1
  3604. *localeCharset*sh:        iso-8859-2
  3605. *localeCharset*sk:        iso-8859-2
  3606. *localeCharset*sv:        iso-8859-1
  3607. *localeCharset*zh_CN.ugb:    gb2312
  3608. *localeCharset*zh_TW.ucns:    x-euc-tw
  3609.  
  3610.  
  3611. ! English strings are built into the binary
  3612.